test: Don't run the npm pipeline for the now-empty skins directory
Change-Id: I426835c83c0dd73fa7247ed2ec299cdec1e43fcb
This commit is contained in:
parent
a985acd573
commit
0ad7553228
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ module.exports = function ( grunt ) {
|
|||
},
|
||||
all: [
|
||||
'*.js',
|
||||
'{includes,languages,resources,skins,tests}/**/*.js'
|
||||
'{includes,languages,resources,tests}/**/*.js'
|
||||
]
|
||||
},
|
||||
jscs: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue