1.0.4 changelog

This commit is contained in:
Dan Abramov
2017-05-22 12:41:32 +01:00
parent 6c9b574fc3
commit 812658a14d
2 changed files with 25 additions and 0 deletions

View File

@@ -40,5 +40,9 @@ if [ -n "$(git status --porcelain)" ]; then
fi
cd "$root_path"
# Compile
cd packages/react-error-overlay/
npm run build:prod
cd ../..
# Go!
./node_modules/.bin/lerna publish --independent "$@"