Skip to content

Commit

Permalink
Appscript bundling: stop pulling before pushing
Browse files Browse the repository at this point in the history
There's really no need to retrieve the published appscript first before we push
a new version.
  • Loading branch information
tidoust committed Feb 18, 2025
1 parent 08b4d73 commit 3ec4bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"appscript-pull": "clasp pull",
"appscript-push": "clasp push",
"appscript-bundle": "rollup tools/appscript/main.mjs --file tools/appscript/bundle.js --no-treeshake --external ../../test/stubs.mjs",
"appscript": "npm run appscript-pull && npm run appscript-bundle && npm run appscript-push"
"appscript": "npm run appscript-bundle && npm run appscript-push"
},
"engines": {
"node": ">=20"
Expand Down

0 comments on commit 3ec4bd2

Please sign in to comment.