Skip to content

Commit 498f02c

Browse files
authored
chore: Add NPM install and build step to release workflow (#51)
1 parent 672a3f4 commit 498f02c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/draft-release-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
run: |
5151
echo "${{ steps.bump-version.outputs.new_version }}" > VERSION
5252
53+
- name: NPM Install and Build
54+
working-directory: plugin
55+
run: npm ci; npm run build --if-present
56+
5357
- name: Test Plugin
5458
working-directory: plugin
5559
run: npm test

0 commit comments

Comments
 (0)