Skip to content

Commit 7ce71ee

Browse files
committed
Fixed incorrect pack command.
1 parent f0c3160 commit 7ce71ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: npm run build
3939
working-directory: ./src/obsidian-build-tools
4040
- name: Pack obsidian-build-tools
41-
run: npm run pack --pack-destination ../..
41+
run: npm pack --pack-destination ../..
4242
working-directory: ./src/obsidian-build-tools
4343
- name: List
4444
run: ls -l *.nupkg *.

0 commit comments

Comments
 (0)