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 ### Compiles and hot-reloads for development
``` ```
npm run serve npm run dev
``` ```
### Compiles and minifies for production ### Compiles and minifies for production

View file

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