From ece0fdc6e24e2f9601fc4dfa474a9b6c924d507d Mon Sep 17 00:00:00 2001 From: Fuxing Loh <4266087+fuxingloh@users.noreply.github.com> Date: Wed, 19 May 2021 21:11:59 +0800 Subject: [PATCH] fix lint issue (#257) test failure fixed ci script not failing --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6e74b59b6..f30e25eb33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - run: npm ci - run: npm run build - - run: npm run standard + - run: npx --no-install ts-standard size: name: Size Limit