Skip to content

Commit

Permalink
fix: Changes from lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-sdk-js committed Aug 27, 2024
1 parent e293fca commit 4b426d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/smoke-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"lint": "eslint . && prettier . --config ../../.prettierrc --ignore-path ../../.prettierignore -c",
"lint:fix": "eslint . --fix && prettier . --config ../../.prettierrc --ignore-path ../../.prettierignore -w --log-level error"
},
},
"engines": {
"node": "^20"
},
},
"dependencies": {
"@sap-ai-sdk/ai-core": "canary",
"@sap-ai-sdk/gen-ai-hub": "canary",
Expand Down

0 comments on commit 4b426d6

Please sign in to comment.