Skip to content

Commit

Permalink
Add --no-cleanup for np-clie
Browse files Browse the repository at this point in the history
  • Loading branch information
knor-el-snor committed Apr 17, 2018
1 parent d49efb7 commit 00fb60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test:watch": "jest --watchAll",
"pretest": "yarn build",
"prepublish": "yarn build",
"release": "node_modules/np/cli.js"
"release": "node_modules/np/cli.js --no-cleanup"
},
"precommit": [
"lint"
Expand Down

0 comments on commit 00fb60e

Please sign in to comment.