Skip to content

Commit

Permalink
pipelines updated
Browse files Browse the repository at this point in the history
  • Loading branch information
PunitSoniME committed Jul 28, 2024
1 parent 81e6c67 commit 29d31b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ jobs:
architecture: 'x64'

- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1
- uses: bahmutov/npm-install@v1
with:
useRollingCache: true
# env:
# NODE_ENV: production

- name: Lint
run: yarn lint
Expand Down

0 comments on commit 29d31b2

Please sign in to comment.