Skip to content

Commit

Permalink
Install with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Oct 18, 2023
1 parent b0b8c9f commit 2a31b17
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-sample-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
key: ${{ matrix.system }}-esy-${{ hashFiles('esy.lock/index.json') }}
restore-keys: |
${{ matrix.system }}-esy-
- name: install esy
run: npm i -g esy@beta
- name: npm install
run: npm install
# Separating the esy steps provides more fine-grained insight when
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"serve": "webpack serve --open --mode development --entry ./_build/default/src/output/src/ReactApp.js"
},
"dependencies": {
"esy": "beta",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit 2a31b17

Please sign in to comment.