testing temp tag [skip ci]

This commit is contained in:
Henry Zhu 2018-08-27 17:32:28 -04:00
parent 079780b432
commit 8a45fba510

View File

@ -123,7 +123,7 @@ prepublish:
publish: prepublish publish: prepublish
# 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=* ./node_modules/.bin/lerna publish --force-publish=* --temp-tag
make clean make clean
bootstrap: clean-all bootstrap: clean-all