mirror of
https://github.com/lingble/safe-redis-leader.git
synced 2025-10-31 20:48:05 +00:00
fix: build
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"eslint": "eslint '{src,apps,libs,test}/**/*.ts' --fix",
|
"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: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",
|
"prepublishOnly": "npm run eslint && npm run test && npm run build",
|
||||||
"build": "tsc -p tsconfig.build.json"
|
"build": "tsc -p tsconfig.build.json"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user