mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
chore(build-system): fix 'gruntify-eslint' usage (#1276)
`eslint` is task from `gruntify-eslint` package and therefore package should be loaded as well
This commit is contained in:
parent
f3a1250b27
commit
80827935da
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ var loadGruntTasks = require('load-grunt-tasks');
|
|||
module.exports = function (grunt) {
|
||||
|
||||
loadGruntTasks(grunt);
|
||||
grunt.loadNpmTasks('gruntify-eslint');
|
||||
|
||||
grunt.registerTask('default', ['eslint', 'build']);
|
||||
grunt.registerTask('before-copy', [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue