Skip to content

Commit

Permalink
updated deploy script not to publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Dino Trojak committed Sep 7, 2020
1 parent ca90ecf commit d5602fa
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 @@ -6,7 +6,7 @@
"scripts": {
"build": "babel src -d dist",
"test": "jest",
"deploy": "npm run build && np"
"deploy": "npm run build && np --no-publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d5602fa

Please sign in to comment.