Fix serve command
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
kolaente 2021-07-25 13:49:41 +02:00
parent 22a201568f
commit afc2a422b8
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"version": "0.10.0",
"private": true,
"scripts": {
"serve": "npx vite preview",
"serve": "vite",
"serve:dist": "node scripts/serve-dist.js",
"build": "vite build && rollup -c ./rollup.sw.js && workbox copyLibraries dist/",
"build:report": "vue-cli-service build --report",