Skip to content

Commit ca49a74

Browse files
committed
ci: remove builds
1 parent a6e71b1 commit ca49a74

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

.github/workflows/release-beta.yml

-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222
- name: Test
2323
run: npm run test
2424

25-
- name: Compile
26-
run: npm run build
27-
2825
- name: Publish
2926
run: |
3027
npm publish --tag beta

.github/workflows/release.yml

-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525
- name: Test
2626
run: npm run test
2727

28-
- name: Compile
29-
run: npm run build
30-
3128
- name: Publish
3229
run: |
3330
npm publish

.github/workflows/test.yml

-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,5 @@ jobs:
1717
registry-url: 'https://registry.npmjs.org'
1818
- name: Deps
1919
run: npm ci
20-
- name: Build
21-
run: npm run build
2220
- name: Test
2321
run: npm run test:ci

0 commit comments

Comments
 (0)