mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2024-11-08 09:11:52 +00:00
feat(scripts): better command name
This commit is contained in:
parent
15c85b11ea
commit
b5e48f7566
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "Copyleft",
|
"license": "Copyleft",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "parcel src/index.html",
|
"serve": "npm run serve-milia",
|
||||||
|
"serve-milia": "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"
|
||||||
|
|
Loading…
Reference in a new issue