Legoktm has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/245133

Change subject: build: Register 'test' as the default grunt task
......................................................................

build: Register 'test' as the default grunt task

Change-Id: I3ced1999bb053cbf0da68b97fa4d2b05fb740cf4
---
M Gruntfile.js
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikibaseQuality 
refs/changes/33/245133/1

diff --git a/Gruntfile.js b/Gruntfile.js
index 945e2df..398551c 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -23,4 +23,5 @@
        } );
 
        grunt.registerTask( 'test', [ 'jshint', 'jscs', 'banana' ] );
+       grunt.registerTask( 'default', 'test' );
 };

-- 
To view, visit https://gerrit.wikimedia.org/r/245133
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3ced1999bb053cbf0da68b97fa4d2b05fb740cf4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseQuality
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to