We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7168584 commit 6cab5c5Copy full SHA for 6cab5c5
package.json
@@ -7,7 +7,7 @@
7
"node": ">=18"
8
},
9
"scripts": {
10
- "build": "turbo run build --filter=!docs",
+ "build": "turbo run build build:browser --filter=!docs",
11
"dev": "turbo run dev",
12
"lint": "turbo run lint",
13
"test": "turbo run test -- --watch=false",
0 commit comments