add exact flag [skip ci]

This commit is contained in:
Henry Zhu
2017-03-02 15:54:47 -05:00
parent b4b03d48fa
commit c86f922dc7

View File

@@ -64,7 +64,7 @@ publish:
make test
# not using lerna independent mode atm, so only update packages that have changed since we use ^
# --only-explicit-updates
./node_modules/.bin/lerna publish --npm-tag=next
./node_modules/.bin/lerna publish --npm-tag=next --exact
make clean
bootstrap: