Fix docker image build.
[e-mobility-charging-stations-simulator.git] / package.json
index e6e8aa05edda6989f229e086fa531b2fc79ae19b..b5ee8fe855b9c5cb43733d627d9516f570a3c6c0 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.3-0",
+  "version": "1.0.7",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"
@@ -38,6 +38,7 @@
     "lint:fix": "cross-env TIMING=1 eslint --fix --ext .js,.ts src",
     "import-sort": "npx import-sort-cli --write 'src/**/*.ts{,x}'",
     "tsc": "tsc",
+    "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",