package.json: avoid to build before running test
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 21 Aug 2021 18:32:56 +0000 (20:32 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 21 Aug 2021 18:32:56 +0000 (20:32 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
package.json

index 5503d80b649f7d54eb8e61d8ecc1a3b83409cb00..98d3b91e577171419f4a7bf3c5e9f8e4c120b583 100644 (file)
@@ -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",