Skip to content

Commit

Permalink
chore(ci): --runInBand参数只加在ci配置中
Browse files Browse the repository at this point in the history
  • Loading branch information
any86 committed Apr 23, 2019
1 parent 165ddcb commit 56d389a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
key: dependencies-{{ .Branch }}-{{ checksum "yarn.lock"}}

# run tests!
- run: yarn test
- run: yarn test --runInBand
- run: ./node_modules/.bin/codecov
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"release-no-test": "standard-version && npm run build && npm pub && git push",
"build": "rimraf dist && rimraf lib && tsc && rollup -c a.js",
"dev": "rimraf dist && rollup -c --watch",
"test": "jest --runInBand",
"test": "jest",
"test-no-cache": "jest --no-cache",
"demo": "node ./script/demo.js",
"removeAll": "rimraf ./node_modules",
Expand Down

0 comments on commit 56d389a

Please sign in to comment.