Skip to content

Commit 18f6fd8

Browse files
committed
fix(package): target proper security script
1 parent ca88350 commit 18f6fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tasks/package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module.exports = () => {
4646
test: 'jest',
4747
'test:coverage': "jest --collectCoverageFrom='src/**/*.js' --coverage",
4848
'travis:coverage': 'yarn run test:coverage',
49-
'travis:lint': 'yarn run lint && yarn run nsp',
49+
'travis:lint': 'yarn run lint && yarn run security',
5050
'travis:test': 'yarn run test',
5151
},
5252
main: 'dist/index.js',

0 commit comments

Comments
 (0)