action-setup/run.sh
2020-05-08 12:05:45 +07:00

8 lines
207 B
Bash
Executable File

#! /bin/sh
export INPUT_VERSION=4.11.1
export INPUT_DEST=pnpm.temp
export INPUT_BIN_DEST=pnpm.temp/.bin
export INPUT_REGISTRY=https://registry.npmjs.com
make dist/index.js || exit $?
exec node dist/index.js