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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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