Skip to content

Commit 56fc788

Browse files
committed
dev: update NPM scripts
1 parent 6071b01 commit 56fc788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build:ts": "vue-tsc && mv dist/main.d.ts vue-form-builder.d.ts",
1010
"build:js": "vite build && mv vue-form-builder.d.ts dist/",
1111
"build": "npm run build:ts && npm run build:js",
12-
"build:demo": "vite build --config vite.config.dev.ts",
12+
"build:demo": "APP_BASE=/demo vite build --config vite.config.dev.ts",
1313
"dev": "vite --config vite.config.dev.ts",
1414
"test": "vitest run"
1515
},

0 commit comments

Comments
 (0)