Skip to content

Commit

Permalink
fix: exclude linting in affected projects
Browse files Browse the repository at this point in the history
  • Loading branch information
j8seangel committed Aug 14, 2024
1 parent 80bf199 commit 4d7accb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"private": true,
"scripts": {
"release:fishing-map": "nx release --projects='fishing-map' --skip-publish",
"affected": "nx show projects --affected --base=origin/develop~1 --exclude='fourwings-explorer,port-labeler,real-time-prototype,*-e2e,libs/*' --plain > affected-apps.txt",
"affected": "nx show projects --affected --base=origin/develop~1 --exclude='linting,fourwings-explorer,port-labeler,real-time-prototype,*-e2e,libs/*' --plain > affected-apps.txt",
"affected:libs": "nx show projects --affected --base=origin/develop~1 --exclude='apps/*' --plain > affected-libs.txt",
"postinstall": "husky",
"knip": "knip",
Expand Down

0 comments on commit 4d7accb

Please sign in to comment.