From 36f170c60a4243ddb8a8687937edbcae07dc9054 Mon Sep 17 00:00:00 2001 From: Ezequiel Bergamaschi Date: Tue, 16 Feb 2021 23:03:06 -0500 Subject: [PATCH] chore: add lint to bitbucket pipeline --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index c16e9cac..698ac7eb 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -16,3 +16,4 @@ pipelines: script: - yarn install - yarn build + - yarn lint