feat(scripts): better command name

This commit is contained in:
wryk 2019-05-20 20:21:57 +02:00
parent 15c85b11ea
commit b5e48f7566

View file

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