From 609506fdaf450b83df8c1b7d83ed40a36f8a0896 Mon Sep 17 00:00:00 2001 From: Kfir Dayan Date: Sun, 11 Jun 2023 12:59:40 +0300 Subject: [PATCH] README --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7eab16f..1b460d5 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "nodemon dist/index.js", "start": "node dist/index.js", - "build": "tsc -p ." + "build": "tsc -p ." }, "author": "", "license": "ISC",