Skip to content

Commit

Permalink
docs: update get-hooks in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mwbrooks committed Nov 20, 2024
1 parent db76c66 commit a24f387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli-hooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Below is an example `slack.json` file that overrides the default `start` hook:
```json
{
"hooks": {
"get-hooks": "npx -q --no-install -p @slack/cli-hooks slack-cli-get-hooks",
"get-hooks": "NODE_NO_WARNINGS=1 npx -q --no-install -p @slack/cli-hooks slack-cli-get-hooks",
"start": "npm run dev"
}
}
Expand Down

0 comments on commit a24f387

Please sign in to comment.