Skip to content

Commit

Permalink
npm
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-reiff committed Apr 18, 2024
1 parent 3978cd2 commit b52f298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: npm install 1
run: npm install
run: npm install --registry https://registry.npmjs.org
- name: npm install 2
run: cd client; npm install
run: cd client; npm install --registry https://registry.npmjs.org
- name: npm run build
run: npm run build
- name: Setup Pages
Expand Down

0 comments on commit b52f298

Please sign in to comment.