By default the action runs npm init -y
if no package.json
is at path
. You can now specify init: false
in your config file so it does not init, if missing the file.
By default the action runs npm init -y
if no package.json
is at path
. You can now specify init: false
in your config file so it does not init, if missing the file.