mirror of
https://github.com/lingble/safe-redis-leader.git
synced 2025-10-30 20:17:48 +00:00
fix: build
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user