From b373a5cb6a59a6209b2c0f746681bf868505dfea Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Sun, 28 Jan 2018 01:42:45 -0800 Subject: [PATCH] chore: fix nps build step --- src/generators/app/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generators/app/index.ts b/src/generators/app/index.ts index c9a74e2..c37dbcb 100644 --- a/src/generators/app/index.ts +++ b/src/generators/app/index.ts @@ -223,7 +223,7 @@ class App extends Generator { } } if (this.ts) { - this.pjson.scripts.prepublishOnly = 'rm -rf lib && nps build' + this.pjson.scripts.prepublishOnly = 'nps build' } if (this.semantic_release) { this.pjson.scripts.commitmsg = 'dxcli-commitlint'