From 743977d017b6ad37cd639d3742370b7bfee1833c Mon Sep 17 00:00:00 2001 From: Martin Hochel Date: Fri, 28 Apr 2023 12:00:45 +0200 Subject: [PATCH] ci: add build task back as lint pre-requirement to unblock temporarily import plugin lint rule --- lage.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lage.config.js b/lage.config.js index a2474bb61c3cf..ce4035b7d54f9 100644 --- a/lage.config.js +++ b/lage.config.js @@ -5,7 +5,8 @@ module.exports = { 'build:info': [], bundle: ['build'], 'bundle-size': ['build'], - lint: [], + // adding temporary back until import plugin rule is resolved https://github.com/microsoft/fluentui/issues/27727 + lint: ['build'], clean: [], test: ['build'], 'type-check': ['build'],