Set HOME in run.sh

This commit is contained in:
khai96_ 2020-05-08 14:16:01 +07:00
parent cf0395bd79
commit 429bc133fd

6
run.sh
View File

@ -1,6 +1,8 @@
#! /bin/sh
# shellcheck disable=SC2155,SC2088
export HOME="$(pwd)"
export INPUT_VERSION=4.11.1
export INPUT_DEST=pnpm.temp
export INPUT_BIN_DEST=pnpm.temp/.bin
export INPUT_DEST='~/pnpm.temp'
export INPUT_BIN_DEST='~/pnpm.temp/.bin'
export INPUT_REGISTRY=https://registry.npmjs.com
exec node dist/index.js