Skip to content

Commit

Permalink
change publish.sh to force version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed May 1, 2018
1 parent 535ffbc commit 66eaa10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(cd atmosphere-packages/webpack && meteor publish)
(cd atmosphere-packages/webpack-dev-middleware && meteor publish)
(cd examples/angular && meteor update --all-packages)
(cd examples/react && meteor update --all-packages)
(cd examples/vanilla && meteor update --all-packages)
(cd examples/vue && meteor update --all-packages)
(cd examples/angular && meteor update --all-packages --allow-incompatible-update)
(cd examples/react && meteor update --all-packages --allow-incompatible-update)
(cd examples/vanilla && meteor update --all-packages --allow-incompatible-update)
(cd examples/vue && meteor update --all-packages --allow-incompatible-update)

0 comments on commit 66eaa10

Please sign in to comment.