mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-16 22:35:11 -06:00
chore(contributing): improve onboarding (#3)
- shell scripts logging and fail on error - use npx --yes instead of manual global install - run go libs directly instead of installing and running binaries - add missing brew dependencies
This commit is contained in:
@@ -58,7 +58,7 @@ tasks:
|
||||
- sh ./hack/dev/proto.sh
|
||||
generate-sqlc:
|
||||
cmds:
|
||||
- npx prisma migrate diff --from-empty --to-schema-datasource prisma/schema.prisma --script > internal/repository/prisma/dbsqlc/schema.sql
|
||||
- npx --yes prisma migrate diff --from-empty --to-schema-datasource prisma/schema.prisma --script > internal/repository/prisma/dbsqlc/schema.sql
|
||||
- sqlc generate --file internal/repository/prisma/dbsqlc/sqlc.yaml
|
||||
kill-query-engines:
|
||||
cmds:
|
||||
|
||||
Reference in New Issue
Block a user