remove force publish, temp tag [skip ci] (#8679)

This commit is contained in:
Henry Zhu
2018-09-14 10:47:37 -04:00
committed by GitHub
parent 82a0e681ab
commit fc1a52cb75

View File

@@ -124,9 +124,8 @@ prepublish:
make test
publish: prepublish
# not using lerna independent mode atm, so only update packages that have changed since we use ^
# --only-explicit-updates
./node_modules/.bin/lerna publish --force-publish=* --temp-tag
./node_modules/.bin/lerna publish
make clean
bootstrap: clean-all