Skip to content

Commit

Permalink
'Move 'react-scripts install into pages.yml` to fix broken CI'
Browse files Browse the repository at this point in the history
This is caused by Bun not being able to install `react-scripts`.
Discussed in #44
  • Loading branch information
bytewife committed Sep 9, 2022
1 parent 273f612 commit 64fcc98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Setup Node.js environment
uses: actions/[email protected]

- name: Install react-scripts
run: npm add react-scripts

- name: Install packages with NPM
run: npm install

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"react": "^18.2.0",
"react-app-polyfill": "^3.0.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"react-spring": "^9.5.2",
"web-vitals": "^2.1.4",
"xstate": "^4.32.1"
Expand Down

0 comments on commit 64fcc98

Please sign in to comment.