From 9fbbc330f224d3b4bd4a88884ae5c42b8030519b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=A4=9A=E7=9B=8A?= Date: Fri, 24 Sep 2021 13:18:26 +0800 Subject: [PATCH] =?UTF-8?q?pr=20=E4=B9=9F=E6=A3=80=E6=9F=A5=20build=20sche?= =?UTF-8?q?ma=20=E5=92=8C=E7=94=9F=E6=88=90=20d.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index dab08f32f..4a5cf8051 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -26,3 +26,6 @@ jobs: run: | npm i npm test + npm run build-schemas + ./node_modules/.bin/tsc --allowJs --declaration +