From e2f4426a6ae0758880f975e0c0924f9a48e905ea Mon Sep 17 00:00:00 2001 From: Fuxing Loh Date: Wed, 19 May 2021 20:14:36 +0800 Subject: [PATCH] fix lint issue 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