From 71ce652fe2e5346176973945c6e2a08769ad8d54 Mon Sep 17 00:00:00 2001 From: Atreya Bain Date: Sun, 14 Jun 2020 19:02:36 +0530 Subject: [PATCH] More weird stuff --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d6c904..57eb343 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,10 @@ "main": "out/index.js", "scripts": { "test": "tsc && node out", + "build-ts":"tsc", "start":"node out", "dev": "tsc && node --inspect-brk out", - "postinstall": "tsc" + "postinstall": "npm run tsc" }, "repository": { "type": "git",