fix: file has a dot prefix

This commit is contained in:
Mikeal Rogers 2019-02-01 19:04:20 +00:00
parent 127252de46
commit 13817b5832
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ if [ -n "$NPM_AUTH_TOKEN" ]; then
chmod 0600 "$NPM_CONFIG_USERCONFIG"
fi
sh -c "node merge-release-run.js $*"
sh -c "node .merge-release-run.js $*"