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.
1 parent 52d0c2e commit 6339fa9Copy full SHA for 6339fa9
.github/workflows/build.yml
@@ -144,7 +144,7 @@ jobs:
144
run: npm install --save-dev package-verify
145
146
- name: Validate Dist Files
147
- run: npx verify-pkg --cwd=./extracted/package --dry-run
+ run: npx verify-pkg --fail-on-warn --verbose
148
149
- name: Upload Tarball as Artifact
150
uses: actions/upload-artifact@v6
verify.manifest.json
@@ -3,7 +3,7 @@
3
"manifestVersion": 1
4
},
5
"context": {
6
- "packageRoot": "."
+ "packageRoot": "extracted/package"
7
8
"policy": {
9
"defaultSeverity": "error",
0 commit comments