Skip to content

Commit

Permalink
fix: publish script fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
emirotin committed Jun 1, 2018
1 parent b98812e commit c7d7c60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ docs/reference
packages/**/bin
packages/**/dist
packages/channels/botpress-channel-web/fonts/**
packages/package.json
packages/yarn.lock

**/.DS_Store
Expand Down
7 changes: 4 additions & 3 deletions push-changes.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
lerna bootstrap
lerna run compile
lerna publish --force-publish=* --npm-tag=beta --conventional-commits
cd `dirname $0`
./node_modules/.bin/lerna bootstrap
./node_modules/.bin/lerna run compile
./node_modules/.bin/lerna publish --force-publish=* --npm-tag=beta --conventional-commits

0 comments on commit c7d7c60

Please sign in to comment.