mirror of
https://github.com/imranismail/setup-kustomize.git
synced 2026-06-14 01:40:50 +00:00
Run jest tests sequentially
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
"format-check": "prettier --check **/*.ts",
|
"format-check": "prettier --check **/*.ts",
|
||||||
"lint": "eslint src/**/*.ts",
|
"lint": "eslint src/**/*.ts",
|
||||||
"package": "ncc build --source-map",
|
"package": "ncc build --source-map",
|
||||||
"test": "jest",
|
"test": "jest -i",
|
||||||
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
|
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user