Skip to content

Commit 0726433

Browse files
committed
feat(vue-demo): update script
1 parent b160106 commit 0726433

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
"dev": "pnpm -r --parallel dev",
1010
"dev:playground": "pnpm --filter @tidbcloud/tisqleditor-playground... --parallel dev",
1111
"dev:playground-nextjs": "pnpm --filter @tidbcloud/tisqleditor-playground-nextjs... --parallel dev",
12+
"dev:vue-demo": "pnpm --filter @tidbcloud/tisqleditor-vue-demo... --parallel dev",
1213
"build": "pnpm -r build",
1314
"build:playground": "pnpm --filter @tidbcloud/tisqleditor-playground... run build",
1415
"build:playground-nextjs": "pnpm --filter @tidbcloud/tisqleditor-playground-nextjs... run build",
16+
"build:vue-demo": "pnpm --filter @tidbcloud/tisqleditor-vue-demo... run build",
1517
"test": "jest",
1618
"release": "changeset publish"
1719
},

0 commit comments

Comments
 (0)