Update dev command

This commit is contained in:
Tixie 2021-10-21 14:54:56 +02:00
parent 7126c5df91
commit 8367427abf
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ npm ci
### Compiles and hot-reloads for development
```
npm run serve
npm run dev
```
### Compiles and minifies for production

View file

@ -4,8 +4,8 @@
"private": true,
"license": "Copyleft",
"scripts": {
"serve": "npm run serve-milia",
"serve-milia": "parcel src/index.html",
"serve": "npm run dev",
"dev": "parcel src/index.html",
"build": "parcel build src/index.html",
"lint": "eslint --ext .js,vue .",
"lint-fix": "eslint --ext .js,vue . --fix"