chore: dev env
This commit is contained in:
parent
ea017016b7
commit
e3f97ad6b6
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node index.js",
|
"start": "node index.js",
|
||||||
"watch": "node_modules/.bin/nodemon index.js",
|
"watch": "node_modules/.bin/nodemon --inspect index.js",
|
||||||
"standard": "standard --verbose --fix | snazzy",
|
"standard": "standard --verbose --fix | snazzy",
|
||||||
"cleanmac": "find . -name '.DS_Store' -type f -delete"
|
"cleanmac": "find . -name '.DS_Store' -type f -delete"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue