Skip to content

Commit

Permalink
commit-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
revmischa committed Jul 2, 2024
1 parent 66753eb commit 88e3064
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ Edit `sst.config.ts` and set your default AWS profile and region.
```shell
npm i -g pnpm # install pnpm globally
pnpm i # install dependencies + generate types from DB and GQL schemas
pnpm commit-hooks # install commit hooks for linting and formatting (optional)
pnpm db:migrate # run DB migrations
pnpm dev # start local dev server
pnpm dev # start AWS local dev environment
pnpm dev:web # start NextJS frontend dev server
```

### Config
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"scripts": {
"prepare": "pnpm exec husky",
"commit-hooks": "pnpm exec husky",
"postinstall": "pnpm generate:all",
"dev": "pnpm dev:sst",
"dev:sst": "sst dev",
Expand Down

0 comments on commit 88e3064

Please sign in to comment.