Skip to content

Commit

Permalink
(pkg): add a 'pub' script shortcut for build and publish
Browse files Browse the repository at this point in the history
- and gets rid of confusion for future me or future contributors
  what the proper process for publishing is
  • Loading branch information
agilgur5 committed Jul 27, 2019
1 parent 12ff92e commit a7bb1fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"start": "tsdx watch",
"build": "tsdx build",
"test": "npm run build && npm pack",
"pub": "npm run build && npm publish",
"changelog": "changelog-maker"
},
"peerDependencies": {
Expand Down

0 comments on commit a7bb1fc

Please sign in to comment.