mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 02:38:25 -04:00
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:
@@ -9,7 +9,8 @@
|
|||||||
"test": "gulp lint && jest --config tests/javascripts/jest.config.js tests/javascripts",
|
"test": "gulp lint && jest --config tests/javascripts/jest.config.js tests/javascripts",
|
||||||
"test-watch": "jest --watch --config tests/javascripts/jest.config.js tests/javascripts",
|
"test-watch": "jest --watch --config tests/javascripts/jest.config.js tests/javascripts",
|
||||||
"build": "gulp",
|
"build": "gulp",
|
||||||
"watch": "gulp watch"
|
"watch": "gulp watch",
|
||||||
|
"audit": "better-npm-audit audit --production --level high"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user