Skip to content

Commit

Permalink
chore: simplify pre-push script
Browse files Browse the repository at this point in the history
  • Loading branch information
ahochsteger committed Dec 26, 2024
1 parent 19169a4 commit 189ad07
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 @@ -38,7 +38,7 @@
"packages:check": "npm outdated",
"packages:update": "npm update --save",
"pre-commit": "npm run clean && npm run update && npm run build && npm run lint:fix && npm run lint && npm run test && npm run clean:docs && npm run build:docs",
"pre-push": "npm run pre-commit && npm run push && npm run e2e:init-run-all",
"pre-push": "npm run pre-commit && npm run push && npm run e2e",
"push": "npx concurrently 'npm:push:*'",
"push:examples": "scripts/clasp.sh examples push",
"push:lib": "scripts/clasp.sh lib push",
Expand Down

0 comments on commit 189ad07

Please sign in to comment.