Skip to content

Commit

Permalink
Removing app from linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mzkrasner committed Apr 23, 2024
1 parent 38d0e16 commit 0633815
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 @@ -5,7 +5,7 @@
"docs": "typedoc --tsconfig tsconfig.docs.json",
"test": "turbo run test",
"test:ci": "turbo run test:ci",
"lint": "turbo run lint",
"lint": "turbo run lint --scope=!@ceramic-solutions/fullstack-app",
"build": "pnpm --filter \"@ceramic-solutions/*\" build:types && turbo run build:js",
"prepare": "pnpm build"
},
Expand Down

0 comments on commit 0633815

Please sign in to comment.