Skip to content

Commit a1af54a

Browse files
authored
fix: Update release.yml
1 parent 626c2c3 commit a1af54a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ jobs:
2020
with:
2121
node-version: 20
2222
registry-url: https://registry.npmjs.org/
23+
- name: Npm Install
24+
run: npm install
2325
- name: Build dist
24-
run: npm build
26+
run: npm run build
2527
- name: Build CLI
2628
run: npm run build:cli
2729
- name: Release to NPM

0 commit comments

Comments
 (0)