fix: file has a dot prefix
This commit is contained in:
parent
127252de46
commit
13817b5832
|
@ -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 $*"
|
||||
|
|
Loading…
Reference in New Issue