Skip to content

Commit 7da7f02

Browse files
committed
ci: remove build step
1 parent c349b62 commit 7da7f02

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci-build-release.yml

-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
- name: Install dependencies
2525
run: npm ci
2626

27-
- name: Build library
28-
run: npm run build
29-
3027
- name: Run semantic release and publish new version to npm
3128
env:
3229
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)