Skip to content

Commit 189ad07

Browse files
committed
chore: simplify pre-push script
1 parent 19169a4 commit 189ad07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"packages:check": "npm outdated",
3939
"packages:update": "npm update --save",
4040
"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",
41-
"pre-push": "npm run pre-commit && npm run push && npm run e2e:init-run-all",
41+
"pre-push": "npm run pre-commit && npm run push && npm run e2e",
4242
"push": "npx concurrently 'npm:push:*'",
4343
"push:examples": "scripts/clasp.sh examples push",
4444
"push:lib": "scripts/clasp.sh lib push",

0 commit comments

Comments
 (0)