From 57ace4270982fcdc4aba1ddc6eb8ac06dc418d24 Mon Sep 17 00:00:00 2001 From: Keisuke Kan Date: Mon, 9 Nov 2020 13:16:18 +0900 Subject: [PATCH 1/3] ci: run test-types --- .github/workflows/branch-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/branch-tests.yml b/.github/workflows/branch-tests.yml index affe964..a5dcdcb 100644 --- a/.github/workflows/branch-tests.yml +++ b/.github/workflows/branch-tests.yml @@ -27,4 +27,5 @@ jobs: - run: npm install - run: npm run lint - run: npm run build + - run: npm run test-types - run: npm test From c2cc143a23aa8d4842d107a0a09892a7d21d869c Mon Sep 17 00:00:00 2001 From: Keisuke Kan Date: Mon, 9 Nov 2020 13:22:24 +0900 Subject: [PATCH 2/3] ci: build first --- .github/workflows/branch-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/branch-tests.yml b/.github/workflows/branch-tests.yml index a5dcdcb..38af150 100644 --- a/.github/workflows/branch-tests.yml +++ b/.github/workflows/branch-tests.yml @@ -25,7 +25,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm install - - run: npm run lint - run: npm run build + - run: npm run lint - run: npm run test-types - run: npm test From 9aec5cbde51c3601dbb69753e777d2ca6135f326 Mon Sep 17 00:00:00 2001 From: Keisuke Kan Date: Mon, 9 Nov 2020 13:31:23 +0900 Subject: [PATCH 3/3] ci: added typescript --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ece37f8..3ab9868 100644 --- a/package.json +++ b/package.json @@ -82,6 +82,7 @@ "stylelint-config-sass-guidelines": "^7.1.0", "stylelint-config-standard": "^20.0.0", "stylelint-scss": "^3.18.0", + "typescript": "4.0.5", "url-loader": "^4.1.1", "webpack": "4.44.0", "webpack-cli": "4.1.0"