Add some debug stuff

This commit is contained in:
Jordan Eldredge 2021-02-13 14:16:02 -08:00
parent 17a835cb93
commit 2dab82a877
2 changed files with 5 additions and 1 deletions

4
debug.sh Normal file
View file

@ -0,0 +1,4 @@
echo "node_modules/butterchurn/package.json"
jq -r ".version" node_modules/butterchurn/package.json
echo "packages/webamp/node_modules/butterchurn/package.json"
jq -r ".version" packages/webamp/node_modules/butterchurn/package.json

View file

@ -6,7 +6,7 @@
"examples/*"
],
"scripts": {
"deploy": "yarn workspace ani-cursor build && yarn workspace webamp build && yarn workspace webamp build-library"
"deploy": "yarn workspace ani-cursor build && yarn workspace webamp build && yarn workspace webamp build-library && sh debug.sh"
},
"devDependencies": {
"prettier": "^2.0.5"