.
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
||||
"format-check": "prettier --check **/*.ts",
|
||||
"lint": "eslint src/**/*.ts --fix",
|
||||
"lint-check": "eslint src/**/*.ts",
|
||||
"test": "jest",
|
||||
"test": "jest --forceExit",
|
||||
"build": "npm run format-check && npm run lint-check && npm run test && tsc",
|
||||
"pack": "rm -rf ./lib ./dist && npm run build && ncc build"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user