Skip to content

Commit

Permalink
feat(nodejs/node): add shell
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Aug 19, 2024
1 parent 59964d1 commit 5e315f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/nodejs/node/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ packages:
src: node-{{.Version}}-{{.OS}}-{{.Arch}}/bin/npm
- name: npx
src: node-{{.Version}}-{{.OS}}-{{.Arch}}/bin/npx
shell:
env:
PATH: node-{{.Version}}-{{.OS}}-{{.Arch}}/bin
overrides:
- goos: windows
format: zip
Expand Down
3 changes: 3 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5e315f2

Please sign in to comment.