Skip to content

Commit

Permalink
chore: improve library update stability
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Aug 29, 2023
1 parent ec43edd commit 40b47ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion examples/layout-manager-playground/update_geppetto.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
cwd=$(pwd)
cd ../../geppetto.js/geppetto-client
yarn build:dev && yalc push --sig && yarn publish:yalc
yarn build:dev && yarn publish:yalc
cd $cwd
npm upgrade @metacell/geppetto-meta-client --legacy-peer-deps
3 changes: 2 additions & 1 deletion examples/redux-react-app/update_geppetto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ yarn build:dev && yalc push --sig && yarn publish:yalc
cd ../geppetto-ui
yarn build:dev && yalc push --sig && yarn publish:yalc
cd ../geppetto-client
yarn build:dev && yalc push --sig && yarn publish:yalc
yarn build:dev && yalc push --sig && yarn publish:yalc
npm install --legacy-peer-deps

0 comments on commit 40b47ea

Please sign in to comment.