Skip to content

Commit 7d604c4

Browse files
committed
use go build instead of go run in just dev.
1 parent 16d8d49 commit 7d604c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export PATH := "./node_modules/.bin:" + env_var('PATH')
22

33
dev:
4-
TAILWIND_DEBUG=true go run .
4+
TAILWIND_DEBUG=true go build -o /tmp/njump && /tmp/njump
55

66
check-samples:
77
#!/usr/bin/env xonsh

0 commit comments

Comments
 (0)