Skip to content

Commit decc473

Browse files
committed
Fix build issue
1 parent df3358f commit decc473

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
@@ -7,7 +7,7 @@
77
"scripts": {
88
"lint": "pnpm -r lint",
99
"test": "cargo tarpaulin && vitest test --coverage --run && pnpm -r test",
10-
"build": "pnpm -F @devup-ui/* build",
10+
"build": "pnpm build",
1111
"dev": "pnpm -r dev",
1212
"benchmark": "node benchmark.js"
1313
},

0 commit comments

Comments
 (0)