Skip to content

Commit

Permalink
chore: remove npm build
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Mar 5, 2024
1 parent 8293071 commit 42f1af6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 73 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ jobs:

- name: run tests generating coverage
run: deno task test:coverage

- name: run tests no check
run: deno task test:no-check

- name: test build for Node.js
run: deno task build

- name: generate lcov
run: deno task coverage > cov.lcov
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
!.vscode
.tool-versions
oak.bundle.js
cov.lcov
cov/
npm/
63 changes: 0 additions & 63 deletions _build_npm.ts

This file was deleted.

2 changes: 0 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@
"./testing": "./testing.ts"
},
"tasks": {
"build": "deno run --allow-read --allow-write --allow-net --allow-env --allow-run _build_npm.ts",
"coverage": "deno coverage --lcov ./cov",
"example": "deno run --allow-net examples/echoServer.ts",
"test": "deno test --allow-read --allow-write --allow-net --parallel --ignore=npm",
"test:no-check": "deno test --allow-read --allow-write --allow-net --no-check --parallel --ignore=npm,http_server_native_unstable_test.ts",
"test:coverage": "deno test --coverage=./cov --allow-read --allow-write --allow-net --cert ./examples/tls/RootCA.crt --parallel --ignore=npm"
},
"fmt": {
Expand Down

0 comments on commit 42f1af6

Please sign in to comment.