From 3a10ed97f7590ddc8f13d38ac398373aad27072e Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Sat, 21 May 2022 00:18:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20start=20script=20change=20to=20n?= =?UTF-8?q?odemon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38dca3b..aca27bf 100644 --- a/package.json +++ b/package.json @@ -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"