Skip to content

Commit a378a4d

Browse files
committed
fix: add --if-present to check-types workspace script
1 parent dd8b1b5 commit a378a4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"dev": "npm run dev --workspaces",
1111
"build": "npm run build --workspaces",
12-
"check-types": "npm run check-types --workspaces",
12+
"check-types": "npm run check-types --workspaces --if-present",
1313
"dev:native": "npm run dev --workspace native",
1414
"dev:web": "npm run dev --workspace web",
1515
"dev:server": "npm run dev --workspace server",

0 commit comments

Comments
 (0)