Skip to content

Commit

Permalink
Use yarn to run 'test' sub-commands to allow propagating ctrl+c signal (
Browse files Browse the repository at this point in the history
  • Loading branch information
chandlerprall authored Oct 16, 2018
1 parent 5e6f0b0 commit 9c812c9
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 @@ -21,7 +21,7 @@
"lint-es-fix": "eslint --fix --cache --ignore-pattern \"**/*.snap.js\" \"src/**/*.js\" \"src-docs/**/*.js\"",
"lint-ts": "tslint -c ./tslint.yaml -p ./tsconfig.json && tsc -p ./tsconfig.json",
"lint-ts-fix": "tslint -c ./tslint.yaml -p ./tsconfig.json --fix",
"test": "npm run lint && npm run test-unit",
"test": "yarn lint && yarn test-unit",
"test-unit": "jest --config ./scripts/jest/config.json",
"start-test-server": "webpack-dev-server --config src-docs/webpack.config.js --port 9999",
"test-visual": "wdio test/wdio.conf.js",
Expand Down

0 comments on commit 9c812c9

Please sign in to comment.