Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
feat: add npm cache dependency path
Browse files Browse the repository at this point in the history
Signed-off-by: Jawad Tariq <[email protected]>
  • Loading branch information
JDawg287 committed Mar 12, 2024
1 parent d6e5ded commit c87d4b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/contract-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
node-version: 16
cache: 'npm'
cache-dependency-path: ./contracts/package-lock.json

- run: npm ci
- run: npm run build
1 change: 1 addition & 0 deletions .github/workflows/contract-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
node-version: 16
cache: 'npm'
cache-dependency-path: ./contracts/package-lock.json

- run: npm ci
- run: npm run format
1 change: 1 addition & 0 deletions .github/workflows/contract-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
node-version: 16
cache: 'npm'
cache-dependency-path: ./contracts/package-lock.json

- run: npm ci
- run: npm run lint
1 change: 1 addition & 0 deletions .github/workflows/contract-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
node-version: 16
cache: 'npm'
cache-dependency-path: ./contracts/package-lock.json

- run: npm ci
- run: npm run test

0 comments on commit c87d4b0

Please sign in to comment.