Skip to content

Commit 52a51b4

Browse files
author
William Monk
committedAug 31, 2018
Update Test Stuff
1 parent 382b748 commit 52a51b4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed
 

‎tasks/publish.sh

+2-5
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ if [ -n "$(git status --porcelain)" ]; then
3131
exit 1;
3232
fi
3333

34-
# Compile
35-
cd packages/react-error-overlay/
36-
npm run build:prod
37-
cd ../..
34+
npm version minor
3835
# Go!
39-
./node_modules/.bin/lerna publish --independent "$@"
36+
npm publish --independent "$@"

0 commit comments

Comments
 (0)