Skip to content

Commit a5d0a3e

Browse files
committed
chore: update full-check script
1 parent e6519b1 commit a5d0a3e

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
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"preinstall": "npx only-allow pnpm",
8-
"full-check": "turbo lint ts-check build test validate-json",
8+
"full-check": "turbo lint ts-check build test integration-test validate-json --force",
99
"prepare": "husky install",
1010
"pre-commit": "lint-staged",
1111
"ts-check": "turbo run ts-check",

0 commit comments

Comments
 (0)