We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3049d93 commit 9f408f6Copy full SHA for 9f408f6
package.json
@@ -23,7 +23,7 @@
23
"lint:package": "prettier --write package.json --plugin=prettier-plugin-package",
24
"posttest": "npm install webpack@^4.44.2",
25
"security": "npm audit --audit-level=moderate",
26
- "test": "npm run test:v4 && npm run test:v5",
+ "test": "npm run test:v4",
27
"test:v4": "ava",
28
"test:v5": "npm install webpack@^5.0.0 --no-save && ava"
29
},
0 commit comments