mirror of
https://github.com/nasa/openmct.git
synced 2025-06-13 04:38:15 +00:00
Revert "[Build] Check dependencies for vulnerabilities"
This commit is contained in:
@ -103,11 +103,6 @@ gulp.task('stylesheets', function () {
|
||||
.pipe(gulp.dest(__dirname));
|
||||
});
|
||||
|
||||
gulp.task('nsp', function (done) {
|
||||
var nsp = require('gulp-nsp');
|
||||
nsp({package: __dirname + '/package.json'}, done);
|
||||
});
|
||||
|
||||
gulp.task('lint', function () {
|
||||
var nonspecs = paths.specs.map(function (glob) {
|
||||
return "!" + glob;
|
||||
@ -157,6 +152,6 @@ gulp.task('develop', ['serve', 'stylesheets', 'watch']);
|
||||
|
||||
gulp.task('install', [ 'static', 'scripts' ]);
|
||||
|
||||
gulp.task('verify', [ 'lint', 'test', 'checkstyle', 'nsp' ]);
|
||||
gulp.task('verify', [ 'lint', 'test', 'checkstyle' ]);
|
||||
|
||||
gulp.task('build', [ 'verify', 'install' ]);
|
||||
|
Reference in New Issue
Block a user