Skip to content

Commit 6339fa9

Browse files
committed
fix paths
1 parent 52d0c2e commit 6339fa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
run: npm install --save-dev package-verify
145145

146146
- name: Validate Dist Files
147-
run: npx verify-pkg --cwd=./extracted/package --dry-run
147+
run: npx verify-pkg --fail-on-warn --verbose
148148

149149
- name: Upload Tarball as Artifact
150150
uses: actions/upload-artifact@v6

verify.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"manifestVersion": 1
44
},
55
"context": {
6-
"packageRoot": "."
6+
"packageRoot": "extracted/package"
77
},
88
"policy": {
99
"defaultSeverity": "error",

0 commit comments

Comments
 (0)