This commit is contained in:
Tatyana Kostromskaya
2023-12-04 13:17:19 +00:00
parent f19bddef67
commit 94b27035e3
2 changed files with 332 additions and 199 deletions
+1 -1
View File
@@ -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"
},