We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49697f9 + 94cba40 commit f1bb32cCopy full SHA for f1bb32c
.github/workflows/build.yml
@@ -19,6 +19,7 @@ jobs:
19
with:
20
node-version: 20
21
cache: npm
22
+ cache-dependency-path: inventory-manager/package-lock.json
23
- run: npm ci
24
- run: npm run build
25
- uses: actions/upload-artifact@v4
.github/workflows/pre-release.yml
- run: zip -r dist-nightly.zip dist
0 commit comments