We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c883a78 commit 80d4f3aCopy full SHA for 80d4f3a
package.json
@@ -10,7 +10,7 @@
10
"formatter": "prettier --check './src/**/*.ts'",
11
"formatter-write": "prettier --write './src/**/*.ts'",
12
"build": "echo 'RECOMPILING' && npx madge --circular --extensions ts ./ && rm -rf ./built && npx tsc && echo 'Build successful'",
13
- "test": "npm run build && jest"
+ "test": "jest"
14
},
15
"dependencies": {
16
"@types/bcryptjs": "^2.4.2",
0 commit comments