From 2dab82a87785b02ea17a3bd0dd9805ec9d20a2e8 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sat, 13 Feb 2021 14:16:02 -0800 Subject: [PATCH] Add some debug stuff --- debug.sh | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 debug.sh diff --git a/debug.sh b/debug.sh new file mode 100644 index 00000000..f719431b --- /dev/null +++ b/debug.sh @@ -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 \ No newline at end of file diff --git a/package.json b/package.json index 51c4128f..1b383327 100644 --- a/package.json +++ b/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"