Skip to content

Commit

Permalink
remove lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ajwootto committed Jan 17, 2024
1 parent b956292 commit 53497ed
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 @@ -11,7 +11,7 @@
"scripts": {
"lint": "nx run-many --parallel --target lint --all",
"test": "nx run-many --parallel --target test --all",
"affected:lint": "nx affected --base=origin/main --head=HEAD --target=lint --fix",
"affected:lint": "nx affected --base=origin/main --head=HEAD --target=lint",
"affected:test": "nx affected --base=origin/main --head=HEAD --target=test",
"affected:e2e": "nx affected --base=origin/main --head=HEAD --target=e2e",
"npm-publish": "nx affected --base=origin/main~1 --target=npm-publish",
Expand Down

0 comments on commit 53497ed

Please sign in to comment.