chore: make scripts match readme
but also preserve the start script, because convention
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user