Skip to content

Commit c0701db

Browse files
authored
ci: fix npm prepare when node env is set to production (#7805)
1 parent e68f386 commit c0701db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"typings": "index.d.ts",
77
"scripts": {
88
"env": "bash ./plugin-env",
9-
"prepare": "cd vendor && npm ci",
9+
"prepare": "cd vendor && npm ci --include=dev",
1010
"preinstall": "node scripts/preinstall.js",
1111
"bench": "node benchmark/index.js",
1212
"bench:e2e:test-optimization": "node benchmark/e2e-test-optimization/benchmark-run.js",

0 commit comments

Comments
 (0)