Skip to content

Commit

Permalink
Only test against webpack 5
Browse files Browse the repository at this point in the history
  • Loading branch information
schneidmaster committed Jan 1, 2021
1 parent 0f4e81c commit d6a76d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ jobs:
paths:
- ~/.cache/yarn
- run:
name: Test against webpack 4
command: yarn test:webpack4
- run:
name: Test against webpack 5
command: yarn test:webpack5
name: Run tests
command: yarn test
- run:
name: Lint
command: yarn lint
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"build": "tsc",
"prepublish": "npm run build",
"test": "jest",
"test:webpack4": "yarn add webpack@^4 --dev && jest",
"test:webpack5": "yarn add webpack@^5 --dev && jest",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"format": "prettier --write '**/*.{ts,json}'",
"lint": "eslint 'src/*.ts' 'test/**/*.ts'"
Expand Down

0 comments on commit d6a76d9

Please sign in to comment.