Skip to content

Commit

Permalink
Update web.node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Liopun authored Mar 30, 2024
1 parent e316113 commit 72796c2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/web.node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,11 @@ jobs:

- name: Dependencies, Lint and Build
working-directory: ${{ matrix.folder }}
run: npm ci && npm run lint && npm run build

run: |
npm ci
npm run lint
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
env:
Expand Down

0 comments on commit 72796c2

Please # to comment.