Fix missing audit task in package.json

This was intended to go in [^1] but I think it got lost in a rebase.

[^1]: https://github.com/alphagov/notifications-admin/pull/4237
This commit is contained in:
Ben Thorner
2022-05-10 11:33:24 +01:00
parent 478f222419
commit 51f9b0cef0

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",