Skip to content

Commit

Permalink
chore(internal): remove old reference to check-test-server
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie authored and stainless-app[bot] committed Jul 29, 2024
1 parent 61625d2 commit e31a467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/bedrock-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"packageManager": "[email protected]",
"private": false,
"scripts": {
"test": "bin/check-test-server && yarn jest",
"test": "echo 'no tests defined yet' && exit 1",
"build": "bash ./build",
"prepack": "echo 'to pack, run yarn build && (cd dist; yarn pack)' && exit 1",
"prepublishOnly": "echo 'to publish, run yarn build && (cd dist; yarn publish)' && exit 1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vertex-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"packageManager": "[email protected]",
"private": false,
"scripts": {
"test": "bin/check-test-server && yarn jest",
"test": "echo 'no tests defined yet' && exit 1",
"build": "bash ./build",
"prepack": "echo 'to pack, run yarn build && (cd dist; yarn pack)' && exit 1",
"prepublishOnly": "echo 'to publish, run yarn build && (cd dist; yarn publish)' && exit 1",
Expand Down

0 comments on commit e31a467

Please sign in to comment.