We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e68f386 commit c0701dbCopy full SHA for c0701db
package.json
@@ -6,7 +6,7 @@
6
"typings": "index.d.ts",
7
"scripts": {
8
"env": "bash ./plugin-env",
9
- "prepare": "cd vendor && npm ci",
+ "prepare": "cd vendor && npm ci --include=dev",
10
"preinstall": "node scripts/preinstall.js",
11
"bench": "node benchmark/index.js",
12
"bench:e2e:test-optimization": "node benchmark/e2e-test-optimization/benchmark-run.js",
0 commit comments