From: Jérôme Benoit Date: Sat, 21 Aug 2021 18:32:56 +0000 (+0200) Subject: package.json: avoid to build before running test X-Git-Tag: v1.0.40~9 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=3b3d0a4c0c5dca9ee98de2da1a44932005a1debd;p=e-mobility-charging-stations-simulator.git package.json: avoid to build before running test Signed-off-by: Jérôme Benoit --- diff --git a/package.json b/package.json index 5503d80b..98d3b91e 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,6 @@ "lint": "cross-env TIMING=1 eslint --ext .js,.ts src", "lint:fix": "cross-env TIMING=1 eslint --fix --ext .js,.ts src", "import-sort": "npx import-sort-cli --write 'src/**/*.ts{,x}'", - "pretest": "npm run build:dev", "test": "cross-env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\"}' nyc mocha test/**/*Test.ts", "coverage": "nyc report --reporter=lcov", "coverage:html": "nyc report --reporter=html",