We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca88350 commit 18f6fd8Copy full SHA for 18f6fd8
src/tasks/package.js
@@ -46,7 +46,7 @@ module.exports = () => {
46
test: 'jest',
47
'test:coverage': "jest --collectCoverageFrom='src/**/*.js' --coverage",
48
'travis:coverage': 'yarn run test:coverage',
49
- 'travis:lint': 'yarn run lint && yarn run nsp',
+ 'travis:lint': 'yarn run lint && yarn run security',
50
'travis:test': 'yarn run test',
51
},
52
main: 'dist/index.js',
0 commit comments