chore: make scripts match readme

but also preserve the start script, because convention
This commit is contained in:
2019-03-25 17:39:42 -07:00
parent d5e3f24497
commit 44cac6da4d

View File

@@ -3,7 +3,8 @@
"private": true, "private": true,
"scripts": { "scripts": {
"build": "poi --prod", "build": "poi --prod",
"start": "poi --serve", "dev": "poi --serve",
"start": "npm run dev",
"lint": "eslint ." "lint": "eslint ."
}, },
"prettier": { "prettier": {