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