Skip to content

Commit

Permalink
docs: updated affected command
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasHaderer committed Jan 4, 2024
1 parent 7cfecd3 commit a6a5b64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

node_modules/.bin/nx affected:lint --parallel=8
node_modules/.bin/nx run-many -t lint --parallel=8
node_modules/.bin/pretty-quick --staged packages/**/src/**/* apps/**/src/**/*
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ yarn install
# Build all projects and apps
npx nx affected:build --all
npx nx run-many -t build --all
```

## Structure of the repository
Expand Down

0 comments on commit a6a5b64

Please sign in to comment.