From: Jérôme Benoit Date: Tue, 31 May 2022 20:17:11 +0000 (+0200) Subject: Fix GitHub CI run on windows X-Git-Tag: v1.1.61~19 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=080ed77ada78a6d3fd9241cb26feaa35e0d4af98;p=e-mobility-charging-stations-simulator.git Fix GitHub CI run on windows Signed-off-by: Jérôme Benoit --- diff --git a/package.json b/package.json index 1f5b9ae2..27addef6 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "lint:fix": "cross-env TIMING=1 eslint --cache --fix --ext .js,.ts src", "format": "prettier --write .", "import-sort": "npx import-sort-cli --write 'src/**/*.ts{,x}'", - "test": "cross-env TS_NODE_COMPILER_OPTIONS={\"module\": \"commonjs\"} nyc mocha test/**/*Test.ts", + "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", "clinic:clean": "clinic clean",