From f91af2220da31243b5bcf43afd8e1def1fc836dd Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sun, 30 Jan 2022 11:58:56 -0800 Subject: [PATCH] Revert "Remove temporally lint from pipeline" This reverts commit 2ec3c80e6988f3d948cb31b25a38080a0ad2e27c. --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index c9242f73..4246db69 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -19,7 +19,7 @@ pipelines: - export CYPRESS_imageSnaphots="true" - yarn bootstrap - yarn build - # - yarn lint + - yarn lint - yarn test artifacts: - packages/**/cypress/snapshots/**/__diff_output__/*.diff.png