-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
'Move 'react-scripts
install into
pages.yml` to fix broken CI'
This is caused by Bun not being able to install `react-scripts`. Discussed in #44
- Loading branch information
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters