Skip to content

Commit f1bb32c

Browse files
added dependency path definition in workflows
added dependency path definition
2 parents 49697f9 + 94cba40 commit f1bb32c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
with:
2020
node-version: 20
2121
cache: npm
22+
cache-dependency-path: inventory-manager/package-lock.json
2223
- run: npm ci
2324
- run: npm run build
2425
- uses: actions/upload-artifact@v4

.github/workflows/pre-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
with:
2020
node-version: 20
2121
cache: npm
22+
cache-dependency-path: inventory-manager/package-lock.json
2223
- run: npm ci
2324
- run: npm run build
2425
- run: zip -r dist-nightly.zip dist

0 commit comments

Comments
 (0)