From 66eaa106b8d9ce7e475346a4e5e80792555a86d2 Mon Sep 17 00:00:00 2001 From: Arda TANRIKULU Date: Tue, 1 May 2018 05:55:06 -0400 Subject: [PATCH] change publish.sh to force version update --- publish.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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