chore: make scripts match readme
but also preserve the start script, because convention
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "poi --prod",
|
||||
"start": "poi --serve",
|
||||
"dev": "poi --serve",
|
||||
"start": "npm run dev",
|
||||
"lint": "eslint ."
|
||||
},
|
||||
"prettier": {
|
||||
|
||||
Reference in New Issue
Block a user