setup-pnpm/run.sh

9 lines
241 B
Bash
Raw Normal View History

2020-05-08 13:05:45 +08:00
#! /bin/sh
2020-05-08 15:16:01 +08:00
# shellcheck disable=SC2155,SC2088
export HOME="$(pwd)"
2020-05-08 13:05:45 +08:00
export INPUT_VERSION=4.11.1
2020-05-08 15:16:01 +08:00
export INPUT_DEST='~/pnpm.temp'
export INPUT_BIN_DEST='~/pnpm.temp/.bin'
2020-05-08 13:05:45 +08:00
export INPUT_REGISTRY=https://registry.npmjs.com
exec node dist/index.js