Skip to content

Commit 9f408f6

Browse files
committed
test: only test v4, webpack has introduced regressions
1 parent 3049d93 commit 9f408f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"lint:package": "prettier --write package.json --plugin=prettier-plugin-package",
2424
"posttest": "npm install webpack@^4.44.2",
2525
"security": "npm audit --audit-level=moderate",
26-
"test": "npm run test:v4 && npm run test:v5",
26+
"test": "npm run test:v4",
2727
"test:v4": "ava",
2828
"test:v5": "npm install webpack@^5.0.0 --no-save && ava"
2929
},

0 commit comments

Comments
 (0)