Skip to content

Commit

Permalink
chore(npm): Add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
snowypowers committed Nov 9, 2018
1 parent e35eebe commit e50e4c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/changelog/latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: latest
title: Changelog (v4)
---

4.1.2
4.1.3
=====

- Fixes
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"precommit": "yarn lint && yarn pretty",
"prestart": "yarn build && yarn dist",
"pretty": "prettier --write --loglevel=warn \"**/{src,__{tests,integration}__}/**/*.ts\"",
"release":"yarn clean && yarn build && yarn dist && lerna publish",
"start": "jest --watch",
"test": "jest",
"test:integration": "jest /packages/.*/__integration__/.*",
Expand Down

0 comments on commit e50e4c2

Please sign in to comment.