Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit 65025ae

Browse files
committed
fix: remove unnecessary build step
1 parent 891a130 commit 65025ae

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
- name: Update package version
3434
run: npm version $VERSION --no-git-tag-version
3535

36-
- name: Build package
37-
run: npm run build
38-
3936
- name: Publish to NPM
4037
run: npm publish
4138
env:

0 commit comments

Comments
 (0)