Skip to content

Commit

Permalink
chore: remove sample cap from deps check
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongpinWang committed Oct 9, 2024
1 parent 81aa162 commit 9b1ef64
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 @@ -31,7 +31,7 @@
"sample-code": "pnpm -F=@sap-ai-sdk/sample-code",
"sample-cap": "pnpm -F=@sap-ai-sdk/sample-cap",
"check:public-api": "pnpm -r check:public-api",
"check:deps": "pnpm -r -F !./tests/smoke-tests -F !./tests/schema-tests -F !./sample-cap exec depcheck --ignores=\"nock,@jest/globals\" --quiet"
"check:deps": "pnpm -r -F !./tests/smoke-tests -F !./tests/schema-tests exec depcheck --ignores=\"nock,@jest/globals\" --quiet"
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
Expand Down

0 comments on commit 9b1ef64

Please sign in to comment.