mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2025-01-20 18:50:21 +00:00
Update dev command
This commit is contained in:
parent
7126c5df91
commit
8367427abf
2 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ npm ci
|
|||
|
||||
### Compiles and hot-reloads for development
|
||||
```
|
||||
npm run serve
|
||||
npm run dev
|
||||
```
|
||||
|
||||
### Compiles and minifies for production
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue