GitHub action: move linter step before the build
[e-mobility-charging-stations-simulator.git] / package.json
index 436ac5dd4b8f97faf9727edb4e84fa6c58964918..98d3b91e577171419f4a7bf3c5e9f8e4c120b583 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "ev-simulator",
-  "version": "1.0.37",
+  "version": "1.0.39",
   "engines": {
     "node": "14.x.x",
     "npm": "6.x.x"
@@ -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",
@@ -84,7 +83,7 @@
     "@rollup/plugin-json": "^4.1.0",
     "@types/mocha": "^9.0.0",
     "@types/mochawesome": "^6.2.1",
-    "@types/node": "^14.17.10",
+    "@types/node": "^14.17.11",
     "@types/tar": "^4.0.5",
     "@types/uuid": "^8.3.1",
     "@types/ws": "^7.4.7",