From da0169253237072cb97903a87d5ea51a818ee72b Mon Sep 17 00:00:00 2001 From: jeremytchang <78522362+jeremytchang@users.noreply.github.com> Date: Tue, 15 Feb 2022 14:19:53 -0800 Subject: [PATCH] chore: Added bundle step and cleaned up hackathon CI (#924) --- .github/workflows/hackathon-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/hackathon-ci.yml b/.github/workflows/hackathon-ci.yml index 7788dbfcf..ca282ab8b 100644 --- a/.github/workflows/hackathon-ci.yml +++ b/.github/workflows/hackathon-ci.yml @@ -48,7 +48,18 @@ jobs: - name: Install dependencies run: | yarn + + - name: Lint + run: | yarn lint:es --quiet yarn lint:ts + + - name: Build all + run: | yarn build yarn dedupe:ci + + - name: Bundle hackathon + run: | + yarn bundle + working-directory: packages/hackathon