X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=053ee535184cb7b8b2790a48785496bdcfc68470;hb=2bbddc367e37d0d163ee0e22f63c7093bb3aa0cd;hp=0b186d3f4341f2470ba2ef6371142eb5887be387;hpb=9c03a8d55dd9c0e8653e954a9acf03f0247cbf20;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 0b186d3f..053ee535 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.2", + "version": "1.0.8", "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",