From abff6e057ce943b219695a83c97a0ccff5620b4e Mon Sep 17 00:00:00 2001 From: porink0424 Date: Wed, 17 Apr 2024 15:46:14 +0900 Subject: [PATCH] Add 'make tslib' flow into Lint checking --- .github/workflows/typescript-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/typescript-tests.yml b/.github/workflows/typescript-tests.yml index 7aec3315..c8ade8d7 100644 --- a/.github/workflows/typescript-tests.yml +++ b/.github/workflows/typescript-tests.yml @@ -23,6 +23,8 @@ jobs: uses: actions/setup-node@v2 with: node-version: '20' + + - run: make tslib - run: npm install - run: npm run lint