mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-12 17:36:21 +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 ~",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "nodemon index.js",
|
||||
"dev": "npm i && nodemon index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Nekoya Dev",
|
||||
|
|
Loading…
Reference in a new issue