Skip to content

Commit c6bc5dc

Browse files
authored
chore: Add shebang to local-test script
1 parent b720b32 commit c6bc5dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

local-test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
#!/bin/sh
12
# script to run tests locally and save some CI time
2-
`deno test --allow-read --allow-write --allow-env --allow-run --allow-net --parallel --node-modules-dir=auto --coverage=cov/ src/`
3+
deno test --allow-read --allow-write --allow-env --allow-run --allow-net --parallel --node-modules-dir=auto --coverage=cov/ src/

0 commit comments

Comments
 (0)