fix: build

This commit is contained in:
Marc G
2021-07-15 17:03:38 +00:00
parent 85a161513d
commit 3e3bf4831f

View File

@@ -6,7 +6,7 @@
"scripts": {
"eslint": "eslint '{src,apps,libs,test}/**/*.ts' --fix",
"test:debug": "node --inspect=0.0.0.0:9229 node_modules/.bin/jest --config ./test/jest-e2e.json --runInBand",
"test": "node_modules/.bin/jest --config ./test/jest-e2e.json",
"test": "node_modules/.bin/jest --config ./test/jest-e2e.json --forceExit",
"prepublishOnly": "npm run eslint && npm run test && npm run build",
"build": "tsc -p tsconfig.build.json"
},