Skip to content

Commit

Permalink
test: only test v4, webpack has introduced regressions
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Jan 17, 2021
1 parent 3049d93 commit 9f408f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lint:package": "prettier --write package.json --plugin=prettier-plugin-package",
"posttest": "npm install webpack@^4.44.2",
"security": "npm audit --audit-level=moderate",
"test": "npm run test:v4 && npm run test:v5",
"test": "npm run test:v4",
"test:v4": "ava",
"test:v5": "npm install webpack@^5.0.0 --no-save && ava"
},
Expand Down

0 comments on commit 9f408f6

Please sign in to comment.