Skip to content

Commit 0cef785

Browse files
committed
chore: fix npx -> npm, ovsx misspell
1 parent 42a7ab4 commit 0cef785

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929

3030
- name: Install npm stuff
3131
run: |
32-
npx install @vscode/vsce
33-
npx install js-yaml
34-
npx install osvx
32+
npm install -g @vscode/vsce
33+
npm install -g js-yaml
34+
npm install -g ovsx
3535
3636
- name: Export JSON from YAML
3737
run: js-yaml mcfunction.tmLanguage.yaml > mcfunction.tmLanguage.json

0 commit comments

Comments
 (0)