We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4ee88 commit 32b51a5Copy full SHA for 32b51a5
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 --production",
+ "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