jenkins-bot has submitted this change and it was merged.
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(-)
Approvals:
Jforrester: Looks good to me, approved
jenkins-bot: Verified
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: merged
Gerrit-Change-Id: I3ced1999bb053cbf0da68b97fa4d2b05fb740cf4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseQuality
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits