From 3e3ab257a5d56110c43172343670b675de8c4fb7 Mon Sep 17 00:00:00 2001 From: hgw Date: Fri, 2 Feb 2024 03:25:04 +0000 Subject: [PATCH] test: be specific as to which command we want to invoke --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },