use temp tag while having publishing issues [skip ci]

This commit is contained in:
Henry Zhu 2018-08-27 13:16:39 -04:00
parent 814c564c45
commit 4e64807afc

View File

@ -118,7 +118,7 @@ publish:
make clone-license make clone-license
# not using lerna independent mode atm, so only update packages that have changed since we use ^ # not using lerna independent mode atm, so only update packages that have changed since we use ^
# --only-explicit-updates # --only-explicit-updates
./node_modules/.bin/lerna publish --force-publish=* --skip-temp-tag ./node_modules/.bin/lerna publish --force-publish=*
make clean make clean
bootstrap: clean-all bootstrap: clean-all