Skip to content

Commit

Permalink
☕ Stop publishing to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Aug 1, 2024
1 parent 66c5f22 commit dc78cf3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 48 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/npm.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,6 @@ jobs:
deno bench
timeout-minutes: 5

build-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: ${{ env.DENO_VERSION }}
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
registry-url: "https://registry.npmjs.org"
- name: Build
run: deno task build-npm

jsr-publish:
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 0 additions & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"@std/testing": "jsr:@std/testing@^0.221.0"
},
"tasks": {
"build-npm": "deno run -A .scripts/build_npm.ts $(git describe --tags --always --dirty)",
"check": "deno check **/*.ts",
"test": "deno test -A --doc --parallel --shuffle",
"test:coverage": "deno task test --coverage=.coverage",
Expand Down

0 comments on commit dc78cf3

Please sign in to comment.