From b1a097b8ea8a2a20867e820710b8277809ef1c53 Mon Sep 17 00:00:00 2001 From: rexim Date: Wed, 19 Jun 2024 22:46:21 +0700 Subject: [PATCH] Add custom npm scripts --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ac67766..3874f41 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "description": "", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "build": "tsc", + "watch": "tsc -w" }, "author": "Alexey Kutepov ", "license": "MIT",