We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fae650 commit 28a4654Copy full SHA for 28a4654
.github/workflows/npm-publish.yml
@@ -16,6 +16,7 @@ jobs:
16
node-version: 18.4.0
17
registry-url: "https://registry.npmjs.org"
18
cache: "npm"
19
+ cache-dependency-path: "**/package-lock.json"
20
- run: npm install
21
- run: npm run build
22
env:
0 commit comments