Skip to content

Commit

Permalink
ci: only git add ./packages during publishing
Browse files Browse the repository at this point in the history
publish.sh will create new files under docs/ even after `npm run doc`
  • Loading branch information
waitingsong committed Jun 10, 2020
1 parent d7096d4 commit f38882d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ npm run bootstrap
source $scriptDir/build.sh

echo -e ">>> lerna publishing..."
git add --ignore-errors .
git add --ignore-errors ./packages
lerna publish $*
sleep "5s"
git push --follow-tags origin
Expand Down

0 comments on commit f38882d

Please sign in to comment.