X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=b5ee8fe855b9c5cb43733d627d9516f570a3c6c0;hb=e7fc6a817b168900190aa5570931ebcaa5b93fed;hp=301efb01c67a3fd6a4d91fcf5b97403656b82eb8;hpb=ff62e9c8adbdb20d56eb045c7e3f311bb09229da;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 301efb01..b5ee8fe8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ev-simulator", - "version": "1.0.3", + "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",