From f015bfcd5eed4dae723f28ce83543276773e1b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AA=E3=81=A4=E3=81=8D?= Date: Mon, 4 Nov 2024 11:49:29 -0800 Subject: [PATCH] Run compile before publish (#9) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a534fd..cfda888 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,6 +59,7 @@ jobs: check-latest: true registry-url: 'https://registry.npmjs.org' - run: npm install + - run: npm run compile - run: npm publish env: NODE_AUTH_TOKEN: '${{ secrets.NPM_TOKEN }}'