Skip to content

Commit

Permalink
fix(build): checkout master to rejoin head (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
cal-smith committed Mar 26, 2019
1 parent fb512cb commit bdbe0ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ demo
storybook-dist
package-lock.json
.cache/
pages/
3 changes: 3 additions & 0 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@ npm run build-all
# adding package-lock.json to every package after npm install
rm -rf **/package-lock.json

# checkout master to get out of detached HEAD state
git checkout master

lerna publish --conventional-commits --yes --github-release --contents dist

0 comments on commit bdbe0ca

Please sign in to comment.