diff --git a/publish.sh b/publish.sh index 5fb74be..d83df8c 100644 --- a/publish.sh +++ b/publish.sh @@ -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) \ No newline at end of file +(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) \ No newline at end of file