From bf60da655481ab999b1f81867954fab6dddcfcbe Mon Sep 17 00:00:00 2001 From: Abdullah Waheed Date: Fri, 12 Aug 2022 19:12:07 +0500 Subject: [PATCH] feat: added build script in github CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3a567f6c..9746d8896 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,8 @@ jobs: run: npm run lint - name: Test run: npm run test + - name: Build + run: npm run build - name: i18n_extract run: npm run i18n_extract - name: Coverage