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 0c77f3c
Showing 1 changed file with 1 addition 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

0 comments on commit 0c77f3c

Please sign in to comment.