Skip to content

Commit f230b87

Browse files
committed
🐛 fix CI: add license field, build wasm before verify jobs
1 parent 455fdb6 commit f230b87

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/verify.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
with:
5151
deno-version: v2.x
5252

53+
- name: build wasm
54+
run: make
55+
5356
- name: Build JSR
5457
run: deno task build:jsr 0.0.0-verify.0
5558

@@ -75,6 +78,9 @@ jobs:
7578
with:
7679
node-version: 24
7780

81+
- name: build wasm
82+
run: make
83+
7884
- name: Build
7985
run: deno task build:npm 0.0.0-verify.0
8086

deno.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@clayterm/clayterm",
3+
"license": "MIT",
34
"tasks": {
45
"test": "deno test --allow-read",
56
"fmt": "deno fmt && clang-format -i src/*.c src/*.h",

0 commit comments

Comments
 (0)