Skip to content

Commit 95a8a73

Browse files
committed
chore: update naive-ui script
1 parent 3254c85 commit 95a8a73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"dev": "tsup --watch src",
2626
"build": "unbuild",
2727
"example:dev": "tsup && concurrently --kill-others -c 'cyan.bold,yellow.bold' -n 'SSR,Basic' \"pnpm dev\" \"pnpm -F basic dev\"",
28-
"naiveui:dev": "tsup && concurrently --kill-others -c 'cyan.bold,yellow.bold' -n 'SSR,Naive UI' \"pnpm dev\" \"pnpm -F naiveui dev\"",
28+
"naive-ui:dev": "tsup && concurrently --kill-others -c 'cyan.bold,yellow.bold' -n 'SSR,Naive-UI' \"pnpm dev\" \"pnpm -F naive-ui dev\"",
29+
"naive-ui:serve": "pnpm build & pnpm -F naive-ui build & pnpm -F naive-ui serve",
2930
"lint": "eslint --ext .ts,.js .",
3031
"lint:fix": "eslint --fix --ext .ts,.js .",
3132
"prepublishOnly": "npm run build",

0 commit comments

Comments
 (0)