Skip to content

Commit 8347a16

Browse files
committed
chore: update basic script
1 parent 95a8a73 commit 8347a16

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
@@ -24,7 +24,8 @@
2424
"scripts": {
2525
"dev": "tsup --watch src",
2626
"build": "unbuild",
27-
"example:dev": "tsup && concurrently --kill-others -c 'cyan.bold,yellow.bold' -n 'SSR,Basic' \"pnpm dev\" \"pnpm -F basic dev\"",
27+
"basic:dev": "tsup && concurrently --kill-others -c 'cyan.bold,yellow.bold' -n 'SSR,Basic' \"pnpm dev\" \"pnpm -F basic dev\"",
28+
"basic:serve": "pnpm build & pnpm -F basic build & pnpm -F basic serve",
2829
"naive-ui:dev": "tsup && concurrently --kill-others -c 'cyan.bold,yellow.bold' -n 'SSR,Naive-UI' \"pnpm dev\" \"pnpm -F naive-ui dev\"",
2930
"naive-ui:serve": "pnpm build & pnpm -F naive-ui build & pnpm -F naive-ui serve",
3031
"lint": "eslint --ext .ts,.js .",

0 commit comments

Comments
 (0)