Skip to content

Commit d91d26a

Browse files
committed
Update the development guide to reflect the new regenerate script
1 parent 379cc12 commit d91d26a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/guides/development.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ MYSQL_DATABASE dinotest
5757
## Regenerate expected test output
5858

5959
If you need to update a large number of expected test output in the
60-
`internal/endtoend/testdata` directory, run the `regenerate.sh` script.
60+
`internal/endtoend/testdata` directory, run the `regenerate` script.
6161

6262
```
63-
make regen
63+
go build -o ~/go/bin/sqlc-dev ./cmd/sqlc
64+
go run scripts/regenerate/main.go
6465
```
6566

6667
Note that this uses the `sqlc-dev` binary, not `sqlc` so make sure you have an

0 commit comments

Comments
 (0)