mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-25 19:50:49 -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-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",
|
||||
|
||||
Reference in New Issue
Block a user