Skip to content

Commit 6d74293

Browse files
author
xwj02155382
committed
fix: update neug-query build script
1 parent 849ecd1 commit 6d74293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/neug-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"scripts": {
2424
"start": "father dev",
25-
"build": "father build && npm run build:site:single",
25+
"build": "father build && npm run build:site",
2626
"build:lib": "father build",
2727
"start:site": "vite dev",
2828
"build:site": "NODE_OPTIONS='--max-old-space-size=8192' vite build",

0 commit comments

Comments
 (0)