We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455fdb6 commit f230b87Copy full SHA for f230b87
2 files changed
.github/workflows/verify.yaml
@@ -50,6 +50,9 @@ jobs:
50
with:
51
deno-version: v2.x
52
53
+ - name: build wasm
54
+ run: make
55
+
56
- name: Build JSR
57
run: deno task build:jsr 0.0.0-verify.0
58
@@ -75,6 +78,9 @@ jobs:
75
78
76
79
node-version: 24
77
80
81
82
83
84
- name: Build
85
run: deno task build:npm 0.0.0-verify.0
86
deno.json
@@ -1,5 +1,6 @@
1
{
2
"name": "@clayterm/clayterm",
3
+ "license": "MIT",
4
"tasks": {
5
"test": "deno test --allow-read",
6
"fmt": "deno fmt && clang-format -i src/*.c src/*.h",
0 commit comments