Skip to content

Commit 6cab5c5

Browse files
build browser bundle when building
1 parent 7168584 commit 6cab5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"node": ">=18"
88
},
99
"scripts": {
10-
"build": "turbo run build --filter=!docs",
10+
"build": "turbo run build build:browser --filter=!docs",
1111
"dev": "turbo run dev",
1212
"lint": "turbo run lint",
1313
"test": "turbo run test -- --watch=false",

0 commit comments

Comments
 (0)