chore: dev env

This commit is contained in:
Bill Church 2024-08-16 22:47:58 +00:00
parent ea017016b7
commit e3f97ad6b6
No known key found for this signature in database

View file

@ -47,7 +47,7 @@
},
"scripts": {
"start": "node index.js",
"watch": "node_modules/.bin/nodemon index.js",
"watch": "node_modules/.bin/nodemon --inspect index.js",
"standard": "standard --verbose --fix | snazzy",
"cleanmac": "find . -name '.DS_Store' -type f -delete"
},