Skip to content

Commit 36c78a5

Browse files
committed
Remove debug
1 parent 599b798 commit 36c78a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/whattheduck/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dev": "concurrently -n vite,vue-tsc \"vite --port 8003 --host\" \"vue-tsc --noEmit --watch\"",
1212
"build": "vite build && vue-tsc --noEmit",
1313
"prod:deploy-get-previous-release": "gh release list --json name,tagName --jq 'map(select(.name | startswith(\"WhatTheDuck\")))[0]' | jq -r '.tagName'",
14-
"prod:deploy": "echo $GH_TOKEN | base64; export DATE=$(date +'%Y-%m-%dT%H%M%S'); pnpm bundle-capgo && gh release create --title \"WhatTheDuck bundle $DATE\" --generate-notes --notes-start-tag $(pnpm -s prod:deploy-get-previous-release) whattheduck-$DATE whattheduck-bundle-$DATE.zip",
14+
"prod:deploy": "export DATE=$(date +'%Y-%m-%dT%H%M%S'); pnpm bundle-capgo && gh release create --title \"WhatTheDuck bundle $DATE\" --generate-notes --notes-start-tag $(pnpm -s prod:deploy-get-previous-release) whattheduck-$DATE whattheduck-bundle-$DATE.zip",
1515
"bundle-capgo": "capgo bundle zip --name whattheduck-bundle-$DATE.zip",
1616
"ionic:build": "npm run build",
1717
"preview": "vite preview",

0 commit comments

Comments
 (0)