Skip to content

Commit 42a7ab4

Browse files
committed
chore: fix npm -> npx
1 parent 5b18380 commit 42a7ab4

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-
npm install -g @vscode/vsce
33-
npm install -g js-yaml
34-
npm install -g osvx
32+
npx install @vscode/vsce
33+
npx install js-yaml
34+
npx install osvx
3535
3636
- name: Export JSON from YAML
3737
run: js-yaml mcfunction.tmLanguage.yaml > mcfunction.tmLanguage.json

0 commit comments

Comments
 (0)