Skip to content

Commit

Permalink
chore: ...
Browse files Browse the repository at this point in the history
Signed-off-by: Okiki <hey@okikio.dev>
  • Loading branch information
okikio committed Sep 7, 2024
1 parent df34e1e commit 6078ee6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 36 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/deno.yml

This file was deleted.

14 changes: 13 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@ jobs:
with:
deno-version: v1.x

- name: Install pnpm
uses: pnpm/action-setup@v4

- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'pnpm'

- name: Install dependencies
run: pnpm install

- name: Build step
run: "deno task build:wasm"

Expand All @@ -31,4 +43,4 @@ jobs:
with:
project: "bundlejs"
entrypoint: "packages/edge/mod.ts"
root: ""
root: "."
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@std/media-types": "jsr:@std/media-types"
},
"deploy": {
"project": "66040930-9863-498e-b6f0-0657e47d6631",
"project": "bundlejs",
"exclude": [
"**/node_modules"
],
Expand Down

0 comments on commit 6078ee6

Please sign in to comment.