updating production flag to --omit=dev (#125)

* updating production flag to --omit=dev

* fixing readme comment
This commit is contained in:
William Barnes
2022-07-09 05:08:36 -04:00
committed by GitHub
parent 3e3735791c
commit 5b91df5581
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ inputs:
default: low
required: false
production_flag:
description: 'Run npm audit with --production'
description: 'Run npm audit with --omit=dev'
default: 'false'
required: false
json_flag: