Skip to content

Commit 80d4f3a

Browse files
committed
Retry tests
1 parent c883a78 commit 80d4f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"formatter": "prettier --check './src/**/*.ts'",
1111
"formatter-write": "prettier --write './src/**/*.ts'",
1212
"build": "echo 'RECOMPILING' && npx madge --circular --extensions ts ./ && rm -rf ./built && npx tsc && echo 'Build successful'",
13-
"test": "npm run build && jest"
13+
"test": "jest"
1414
},
1515
"dependencies": {
1616
"@types/bcryptjs": "^2.4.2",

0 commit comments

Comments
 (0)