File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 85
85
- run :
86
86
name : NPM Rebuild
87
87
command : npm install
88
- - run :
89
- name : Run linting.
90
- command : npm run lint
88
+ # - run:
89
+ # name: Run linting.
90
+ # command: npm run lint
91
91
- run :
92
92
name : Run NSP Security Check.
93
93
command : npm run security
Original file line number Diff line number Diff line change 25
25
"jsdom" : " ^9.0.0" ,
26
26
"memory-fs" : " ^0.4.0" ,
27
27
"mocha" : " ^4.0.0" ,
28
+ "nsp" : " ^3.2.1" ,
28
29
"sinon" : " ^4.0.0" ,
29
30
"standard-version" : " ^4.0.0" ,
30
31
"webpack" : " ^2.0.0"
34
35
"test:coverage" : " istanbul cover node_modules/mocha/bin/_mocha" ,
35
36
"ci:test" : " npm run test" ,
36
37
"ci:coverage" : " npm run test:coverage" ,
37
- "release" : " standard-version"
38
+ "release" : " standard-version" ,
39
+ "security" : " nsp check"
38
40
},
39
41
"repository" : " https://github.com/webpack-contrib/style-loader.git" ,
40
42
"bugs" : " https://github.com/webpack-contrib/style-loader/issues" ,
You can’t perform that action at this time.
0 commit comments