From d82673f540aa2defda6c5891e3de9b4b263cb216 Mon Sep 17 00:00:00 2001 From: himanshu1997 Date: Sun, 18 Aug 2024 17:53:38 +0530 Subject: [PATCH] update scripts --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b66794a..c54c2b5 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "scripts": { "test": "mocha --recursive '**/*.spec.js'", "local": "rm -rf dist && npx tsc && nodemon --watch './**/*.ts' --exec 'ts-node' src/app.ts", + "build": "rm -rf dist && npx tsc", "lint": "npx eslint . --ext .ts", "lintFix": "eslint --fix", "prepare": "husky install .husky"