From 1c361aa61eabdd02a887339d656eb06f86244a4c Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Sun, 28 Jan 2018 01:08:19 -0800 Subject: [PATCH] fix: ran generator --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index e41cebad..74b10dda 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,6 @@ "scripts": { "commitmsg": "dxcli-commitlint", "precommit": "nps lint -l warn", - "prepare": "rm -rf lib && tsc", "prepublishOnly": "rm -rf lib && nps build", "test": "nps test -l warn" },