Skip to content

Commit

Permalink
ci(push): legacy React install flag for demo
Browse files Browse the repository at this point in the history
mobx-react-lite not yet updated for React 18. release-npm
  • Loading branch information
tobua committed Mar 30, 2022
1 parent fb6ee35 commit 98afe7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: 🛠️ Build Demo
run: |
cd demo
npm install
npm install --legacy-peer-deps
npx papua build
- name: 🚀 Deploy Demo
uses: JamesIves/github-pages-deploy-action@v4
Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"exmpl": "^3.0.0",
"konfi": "^0.1.11",
"konfi": "^1.0.0",
"mobx": "^6.5.0",
"mobx-react-lite": "^3.3.0",
"papua": "^1.0.0",
Expand Down

0 comments on commit 98afe7e

Please sign in to comment.