Lint scripts dir
This commit is contained in:
@@ -14,13 +14,8 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
const path = require('path');
|
||||
const url = require('url');
|
||||
const fsProm = require('fs').promises;
|
||||
const child_process = require('child_process');
|
||||
|
||||
async function build(hakEnv, moduleInfo) {
|
||||
moduleInfo.scripts.build(hakEnv, moduleInfo);
|
||||
};
|
||||
}
|
||||
|
||||
module.exports = build;
|
||||
|
||||
Reference in New Issue
Block a user