Add build command to justfile
This commit is contained in:
parent
034a9d3909
commit
26e199375f
2
justfile
2
justfile
|
@ -10,7 +10,7 @@ dev:
|
||||||
|
|
||||||
# Build the project
|
# Build the project
|
||||||
build:
|
build:
|
||||||
bun build src/client-entry.ts --outfile dist/bundle.js --define "process.env.WS_URL='ws://localhost:3000/ws'"
|
bun build --compile --minify --target bun --outfile server ./src/index.ts
|
||||||
|
|
||||||
# Run tests
|
# Run tests
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in New Issue