Skip to content

Commit

Permalink
ci: update react-deploy.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shivishbrahma committed Jul 25, 2024
1 parent d322031 commit 7aabfac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/react-deploy.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm i
shell: bash
- run: npm run build --if-present
shell: bash
Expand Down

0 comments on commit 7aabfac

Please sign in to comment.