🚑 start script change to nodemon

This commit is contained in:
Axel Olausson Holtenäs 2022-05-21 00:18:49 +02:00
parent b8d3b64f07
commit 3a10ed97f7
No known key found for this signature in database
GPG key ID: 7BF6826B76382CBA

View file

@ -5,7 +5,7 @@
"main": "src/index.ts",
"scripts": {
"test": "jest",
"start": "node .",
"start": "nodemon .",
"prettier-format": "prettier \"src/**/*.ts\" --write",
"lint": "eslint ./src --ext .ts",
"prepare": "husky install"