From 21f8b77a18274bec5187591cc38934503dec4811 Mon Sep 17 00:00:00 2001 From: up-tri Date: Fri, 13 Sep 2024 02:12:04 +0900 Subject: [PATCH] hotfix --- .github/workflows/publish.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 76800bf..569a526 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -21,6 +21,9 @@ jobs: - name: Install dependencies run: npm install + - name: build + run: npm run build + - name: Package extension run: npm install -g vsce