Skip to content

Commit

Permalink
ci: remove builds
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman committed Apr 16, 2024
1 parent a6e71b1 commit ca49a74
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
- name: Test
run: npm run test

- name: Compile
run: npm run build

- name: Publish
run: |
npm publish --tag beta
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
- name: Test
run: npm run test

- name: Compile
run: npm run build

- name: Publish
run: |
npm publish
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- name: Deps
run: npm ci
- name: Build
run: npm run build
- name: Test
run: npm run test:ci

0 comments on commit ca49a74

Please sign in to comment.