diff --git a/package.json b/package.json index 428ea227..1cf2c920 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "lint:stylelint": "stylelint --color \"client/**/*.css\"", "lint": "run-p --aggregate-output --continue-on-error lint:*", "start": "node index start", - "test": "run-p --aggregate-output --continue-on-error lint:* test:*", + "test": "run-p --aggregate-output --continue-on-error lint:* test:mocha", "test:mocha": "webpack --mode=development && cross-env NODE_ENV=test TS_NODE_PROJECT='./test/tsconfig.json' mocha --config=test/.mocharc.yml", "watch": "webpack --watch" },