github.com/SAP/cloud-mta-build-tool@v1.2.27/integration/testdata/node/Gruntfile.js (about)

     1  module.exports = function (grunt) {
     2  	"use strict";
     3  	grunt.loadNpmTasks("@sap/grunt-sapui5-bestpractice-build");
     4  	grunt.registerTask("default", [
     5  		"clean",
     6  		"lint",
     7  		"build"
     8  	]);
     9  };