Skip to content

Commit 9cbac1b

Browse files
committed
Don't add tests dir to plugin build
1 parent 5b4ae61 commit 9cbac1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ module.exports = function( grunt ) {
200200
src: [
201201
'**',
202202
'!node_modules/**',
203+
'!tests/**',
203204
'!release/**',
204205
'!.git/**',
205206
'!.sass-cache/**',

0 commit comments

Comments
 (0)