mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-14 10:26:40 +01:00
Run npm i automatically before running nodemon (when using npm run dev)
This commit is contained in:
parent
06dc53719d
commit
65bab44427
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
"description": "Web application for Nekoya ~",
|
"description": "Web application for Nekoya ~",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "nodemon index.js",
|
"dev": "npm i && nodemon index.js",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"author": "Nekoya Dev",
|
"author": "Nekoya Dev",
|
||||||
|
|
Loading…
Reference in a new issue