Skip to content
This repository was archived by the owner on Nov 5, 2023. It is now read-only.

Commit 03c830b

Browse files
committed
build: add "build:demo" script for Netlify
1 parent 1f966ef commit 03c830b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"scripts": {
3232
"serve": "vite preview",
3333
"build": "vite build",
34+
"build:demo": "vite build --mode demo",
3435
"dev": "vite",
3536
"lint": "vue-tsc --noEmit --skipLibCheck",
3637
"test": "jest",

0 commit comments

Comments
 (0)