Skip to content

Commit

Permalink
run bundle tasks sync for debugging strange CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed May 29, 2023
1 parent 753d1e1 commit b9cbce5
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 @@ -17,7 +17,7 @@
"zxi": "zx scripts/zxi.mjs",
"prepare": "npm run zxi scripts/prepare.mjs",
"build-compat": "zx scripts/build-compat/index.mjs",
"bundle": "run-p bundle-package bundle-tests",
"bundle": "run-s bundle-package bundle-tests",
"bundle-package": "npm run zxi time scripts/bundle-package/bundle-package.mjs",
"bundle-tests": "npm run zxi time cd scripts/bundle-tests/bundle-tests.mjs",
"check": "run-s check-v8-protectors check-unused-modules check-mapping check-dependencies",
Expand Down

0 comments on commit b9cbce5

Please sign in to comment.