File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 11
11
"dev" : " concurrently -n vite,vue-tsc \" vite --port 8003 --host\" \" vue-tsc --noEmit --watch\" " ,
12
12
"build" : " vite build && vue-tsc --noEmit" ,
13
13
"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" ,
15
15
"bundle-capgo" : " capgo bundle zip --name whattheduck-bundle-$DATE.zip" ,
16
16
"ionic:build" : " npm run build" ,
17
17
"preview" : " vite preview" ,
You can’t perform that action at this time.
0 commit comments