Skip to content

Commit b958f16

Browse files
author
Mike Shaw
committed
feat(npm): update script names and references
Signed-off-by: Mike Shaw <mike.shaw@dwp.gsi.gov.uk>
1 parent 69cf001 commit b958f16

File tree

3 files changed

+15
-316
lines changed

3 files changed

+15
-316
lines changed

lint-staged.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
2-
'*.js': 'npm run compliance:eslint',
3-
'package.json': ['npm run security:outdated', 'npm run security:nsp'],
2+
'*.js': 'npm run compliance:lint',
3+
'package.json': ['npm run security:outdated', 'npm run security:audit'],
44
};

0 commit comments

Comments
 (0)