From 5f330748b67c8ef51d6692bf13b852c7e4fb2437 Mon Sep 17 00:00:00 2001 From: sinkaroid Date: Fri, 3 Jun 2022 10:24:17 +0700 Subject: [PATCH] fix: proper postinstall --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c29d86..1e1ff29 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "start:prod": "npm run build && node build/index.js", "lint": "npx eslint . --ext .ts", "lint:fix": "npx eslint . --fix", - "postinstall": "npm run build" + "tsc": "tsc", + "postinstall": "npm run tsc" }, "keywords": [], "author": "sinkaroid",