We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11f91a commit b1ebdfbCopy full SHA for b1ebdfb
.github/workflows/release.yaml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
node-version: 18
18
cache: npm
19
- cache-dependency-path: ./package-lock.json
+ cache-dependency-path: package-lock.json
20
registry-url: "https://registry.npmjs.org"
21
- run: npm install
22
- run: npm run build
0 commit comments