File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8585 - run :
8686 name : NPM Rebuild
8787 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
9191 - run :
9292 name : Run NSP Security Check.
9393 command : npm run security
Original file line number Diff line number Diff line change 2525 "jsdom" : " ^9.0.0" ,
2626 "memory-fs" : " ^0.4.0" ,
2727 "mocha" : " ^4.0.0" ,
28+ "nsp" : " ^3.2.1" ,
2829 "sinon" : " ^4.0.0" ,
2930 "standard-version" : " ^4.0.0" ,
3031 "webpack" : " ^2.0.0"
3435 "test:coverage" : " istanbul cover node_modules/mocha/bin/_mocha" ,
3536 "ci:test" : " npm run test" ,
3637 "ci:coverage" : " npm run test:coverage" ,
37- "release" : " standard-version"
38+ "release" : " standard-version" ,
39+ "security" : " nsp check"
3840 },
3941 "repository" : " https://github.com/webpack-contrib/style-loader.git" ,
4042 "bugs" : " https://github.com/webpack-contrib/style-loader/issues" ,
You can’t perform that action at this time.
0 commit comments