mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
9855babea4
commit
b5f4aa1b4c
|
@ -4,7 +4,7 @@
|
||||||
# FIXME a patch to npm here then upstream would be preferable
|
# FIXME a patch to npm here then upstream would be preferable
|
||||||
mkdir -p ~/.local/lib
|
mkdir -p ~/.local/lib
|
||||||
|
|
||||||
d="$(cd "$(dirname $0)" && pwd)"
|
d="$(cd "$(dirname $0)"/.. && pwd)"
|
||||||
"$d"/npm exec "$@"
|
exec "$d"/lib/node_modules/npm/bin/npx-cli.js "$@"
|
||||||
|
|
||||||
# ※ https://github.com/teaxyz/cli/issues/532
|
# ※ https://github.com/teaxyz/cli/issues/532
|
||||||
|
|
|
@ -43,6 +43,7 @@ build:
|
||||||
- run: |
|
- run: |
|
||||||
rm npx
|
rm npx
|
||||||
mv $SRCROOT/props/npx-shim npx
|
mv $SRCROOT/props/npx-shim npx
|
||||||
|
|
||||||
working-directory:
|
working-directory:
|
||||||
${{prefix}}/bin
|
${{prefix}}/bin
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue