mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 10:15:31 +00:00
Add some debug stuff
This commit is contained in:
parent
17a835cb93
commit
2dab82a877
2 changed files with 5 additions and 1 deletions
4
debug.sh
Normal file
4
debug.sh
Normal 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
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue