From 2ec3c80e6988f3d948cb31b25a38080a0ad2e27c Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sun, 30 Jan 2022 11:51:47 -0800 Subject: [PATCH] Remove temporally lint from pipeline --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 4246db69..c9242f73 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