Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit ff706c6

Browse files
authored
Update CONTRIBUTING.md
1 parent 9e79a29 commit ff706c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,13 @@ You will need [Deno](https://deno.land/) 1.7+.
2424
```bash
2525
# ssr/development with HMR
2626
deno run -A --unstable --import-map=import_map.json cli.ts dev ./examples/hello-world -L debug
27+
2728
# ssr/production
2829
deno run -A --unstable --import-map=import_map.json cli.ts build ./examples/hello-world -L debug
30+
2931
# ssg
3032
deno run -A --unstable --import-map=import_map.json cli.ts build ./examples/hello-world -L debug
33+
3134
# run all tests:
3235
deno test -A --location=http://localhost
3336
```

0 commit comments

Comments
 (0)