We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc213c3 commit 17cf09bCopy full SHA for 17cf09b
package.json
@@ -38,7 +38,7 @@
38
"tests-only": "tape test/*.js",
39
"pretest": "npm run lint",
40
"test": "npm run --silent tests-only",
41
- "posttest": "npm run test:multirepo && npx \"npm@>=10.2\" audit --omit=dev",
+ "posttest": "npm run test:multirepo && npx npm@\">= 10.2\" audit --production",
42
"test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test"
43
},
44
"license": "MIT",
0 commit comments