From 3c5db40103d4a372d5430d629865112d11996700 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Sun, 30 Apr 2023 22:45:25 +0800 Subject: [PATCH] Fix build script when publishing to npm (#8589) --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 99423470..2b06e911 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -56,6 +56,8 @@ jobs: strict: true - name: Install dependencies run: npm i + - name: Build NodeJS package + run: npm run build - name: Deploy to NPM uses: JS-DevTools/npm-publish@v2 with: