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 f0c3160 commit 7ce71eeCopy full SHA for 7ce71ee
.github/workflows/publish.yml
@@ -38,7 +38,7 @@ jobs:
38
run: npm run build
39
working-directory: ./src/obsidian-build-tools
40
- name: Pack obsidian-build-tools
41
- run: npm run pack --pack-destination ../..
+ run: npm pack --pack-destination ../..
42
43
- name: List
44
run: ls -l *.nupkg *.
0 commit comments