Merge pull request #4242 from alphagov/fix-missing-audit-task-182116071

Fix missing audit task in package.json
This commit is contained in:
Ben Thorner
2022-05-10 13:25:25 +01:00
committed by GitHub

View File

@@ -9,7 +9,8 @@
"test": "gulp lint && jest --config tests/javascripts/jest.config.js tests/javascripts",
"test-watch": "jest --watch --config tests/javascripts/jest.config.js tests/javascripts",
"build": "gulp",
"watch": "gulp watch"
"watch": "gulp watch",
"audit": "better-npm-audit audit --production --level high"
},
"repository": {
"type": "git",