Skip to content

Commit

Permalink
Chore: fix playground updates
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Aug 30, 2023
1 parent e82442e commit 6a4fbb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/layout-manager-playground/update_geppetto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ cwd=$(pwd)
cd ../../geppetto.js/geppetto-client
yarn build:dev && yarn publish:yalc
cd $cwd
npm upgrade @metacell/geppetto-meta-client --legacy-peer-deps
npm install --legacy-peer-deps
2 changes: 1 addition & 1 deletion geppetto.js/geppetto-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"build:style": "cp -r src/style build",
"build:package": "cp package.json README.md LICENSE build",
"dist": "cd build && yarn publish",
"publish:yalc": "cd build && yalc publish --push",
"publish:yalc": "yalc push --sig && cd build && yalc publish --push",
"watch": "nodemon -e js,ts --ignore build --exec \"babel src -d build --extensions '.js,.jsx,.ts,.tsx' && yalc push --changed\""
},
"dependencies": {
Expand Down

0 comments on commit 6a4fbb0

Please sign in to comment.