Skip to content

Commit 5ac9e32

Browse files
committed
chore(3.0): run examples/*.ts with deno for faster execution
1 parent 2afacab commit 5ac9e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/exec.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

33
for file in examples/*.ts; do
4-
yarn tsx "$file"
4+
deno -A --unstable-sloppy-imports "$file"
55
done

0 commit comments

Comments
 (0)