Skip to content

Commit

Permalink
Fixing an issue with failed tests orphaning the docker container.
Browse files Browse the repository at this point in the history
  • Loading branch information
Freydal committed Jan 14, 2020
1 parent 3fa4624 commit 0ea168c
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 @@ -7,7 +7,7 @@
"private": false,
"scripts": {
"build": "tsc",
"test": "yarn start:snapshot && sleep 2 && yarn test:ci && yarn stop:snapshot",
"test": "yarn start:snapshot && sleep 2 && yarn test:ci; yarn stop:snapshot",
"test:ci": "ts-mocha --exit test/*_test.ts",
"clean": "rm -rf node_modules dist",
"compile:assets": "yarn build && webpack",
Expand Down

0 comments on commit 0ea168c

Please sign in to comment.