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

Commit bf794c1

Browse files
committed
Update contributing.md
1 parent e9d310b commit bf794c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ You will need [Deno](https://deno.land/) 1.20+.
2121

2222
```bash
2323
# run the example app in development mode
24-
make dev example=react-app
24+
deno task dev examples/react-app
2525

2626
# run the example app in production mode
27-
make start example=react-app
27+
deno task start examples/react-app
2828

2929
# build the example app into a worker for serverless platform
30-
make build example=react-app
30+
deno task build examples/react-app
3131
```
3232

3333
## Testing
3434

3535
You can run all tests with the following command:
3636

3737
```bash
38-
make test
38+
deno task test
3939
```
4040

4141
## Project Structure

0 commit comments

Comments
 (0)