mirror of
https://github.com/caprover/caprover
synced 2025-12-12 14:25:39 +00:00
Retry tests
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
"formatter": "prettier --check './src/**/*.ts'",
|
"formatter": "prettier --check './src/**/*.ts'",
|
||||||
"formatter-write": "prettier --write './src/**/*.ts'",
|
"formatter-write": "prettier --write './src/**/*.ts'",
|
||||||
"build": "echo 'RECOMPILING' && npx madge --circular --extensions ts ./ && rm -rf ./built && npx tsc && echo 'Build successful'",
|
"build": "echo 'RECOMPILING' && npx madge --circular --extensions ts ./ && rm -rf ./built && npx tsc && echo 'Build successful'",
|
||||||
"test": "npm run build && jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/bcryptjs": "^2.4.2",
|
"@types/bcryptjs": "^2.4.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user