Skip to content

Commit 5da4dfa

Browse files
committed
🔧 add install and build steps
1 parent 9f1de19 commit 5da4dfa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tag-and-publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
with:
1717
node-version: 20
1818

19+
- name: Install Dependencies
20+
run: npm i
21+
22+
- name: Build
23+
run: npm run build
24+
1925
# PowerShell script to check for uncommitted changes
2026
- name: Check for uncommitted changes using git status --porcelain
2127
id: check_changes

0 commit comments

Comments
 (0)