Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
chore: fix nps build step
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 28, 2018
1 parent 228d38d commit b373a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generators/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit b373a5c

Please sign in to comment.