Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
CI/CD-NPMauditbuild scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
UM100080 authored and UM100080 committed Oct 18, 2023
1 parent 2b47580 commit 9b29827
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
"wdio-lowlight": "terra wdio --themes clinical-lowlight-theme",
"wdio-fusion": "terra wdio --themes orion-fusion-theme",
"wdio": "terra wdio --themes terra-default-theme clinical-lowlight-theme orion-fusion-theme",
"wdio:docker": "terra wdio --disableSeleniumService=true --themes terra-default-theme clinical-lowlight-theme orion-fusion-theme"
"wdio:docker": "terra wdio --disableSeleniumService=true --themes terra-default-theme clinical-lowlight-theme orion-fusion-theme",
"npm:audit": "npm i --package-lock-only && npm audit --json > audit.json || true && if [ -s audit.json ]; then echo 'NPM audit vulnerabilities found:'; cat audit.json; fi"
},
"devDependencies": {
"@babel/cli": "^7.5.0",
Expand Down

0 comments on commit 9b29827

Please sign in to comment.