Skip to content

Commit b9e0ab3

Browse files
committed
☕ Fix gen command
1 parent a0c3249 commit b9e0ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ test: FORCE ## Test
2727
@deno test --unstable -A
2828

2929
gen: FORCE ## Generate codes
30-
@deno run -A ./scripts/gen-function/gen-function.ts
30+
@deno run --unstable -A ./scripts/gen-function/gen-function.ts
3131
@make fmt
3232

3333
dlink: FORCE ## Update dlink

0 commit comments

Comments
 (0)