We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd8b1b5 commit a378a4dCopy full SHA for a378a4d
1 file changed
package.json
@@ -9,7 +9,7 @@
9
"scripts": {
10
"dev": "npm run dev --workspaces",
11
"build": "npm run build --workspaces",
12
- "check-types": "npm run check-types --workspaces",
+ "check-types": "npm run check-types --workspaces --if-present",
13
"dev:native": "npm run dev --workspace native",
14
"dev:web": "npm run dev --workspace web",
15
"dev:server": "npm run dev --workspace server",
0 commit comments