Skip to content

Commit 52d2961

Browse files
committed
chore: remove test check from all checks in package.json
1 parent bf61a72 commit 52d2961

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
@@ -17,7 +17,7 @@
1717
"check:lint": "expo lint",
1818
"check:format": "prettier --check \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json}\"",
1919
"check:test": "jest --bail --ci",
20-
"check:all": "npm run check:types && npm run check:lint && npm run check:format && npm run check:test"
20+
"check:all": "npm run check:types && npm run check:lint && npm run check:format"
2121
},
2222
"jest": {
2323
"preset": "jest-expo"

0 commit comments

Comments
 (0)