Skip to content

Commit 2174526

Browse files
chore: unrevert yarn
1 parent 67dfcec commit 2174526

File tree

11 files changed

+7021
-7117
lines changed

11 files changed

+7021
-7117
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
with:
2727
node-version: '22'
2828

29+
- name: Set up pnpm
30+
uses: pnpm/action-setup@v3
31+
with:
32+
version: '10.14.0'
33+
2934
- name: Bootstrap
3035
run: ./scripts/bootstrap
3136

@@ -48,6 +53,11 @@ jobs:
4853
with:
4954
node-version: '22'
5055

56+
- name: Set up pnpm
57+
uses: pnpm/action-setup@v3
58+
with:
59+
version: '10.14.0'
60+
5161
- name: Bootstrap
5262
run: ./scripts/bootstrap
5363

@@ -81,6 +91,11 @@ jobs:
8191
with:
8292
node-version: '22'
8393

94+
- name: Set up pnpm
95+
uses: pnpm/action-setup@v3
96+
with:
97+
version: '10.14.0'
98+
8499
- name: Bootstrap
85100
run: ./scripts/bootstrap
86101

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 19
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless%2Fstainless-v0-a3a29065ad8fdc320ffaa9b130843b1d0dc3670a045795fc624936bded3bfe0f.yml
33
openapi_spec_hash: e1b7059453520913dc4a07ccc9114ed8
4-
config_hash: 54fedf4905d2a0e71298950d33b0223e
4+
config_hash: bebf53e09f502c558eb86ebe727c58dd

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "commonjs",
99
"repository": "github:stainless-api/stainless-api-typescript",
1010
"license": "Apache-2.0",
11-
"packageManager": "[email protected]",
11+
"packageManager": "[email protected]",
1212
"files": [
1313
"**/*"
1414
],
@@ -19,7 +19,7 @@
1919
"scripts": {
2020
"test": "./scripts/test",
2121
"build": "./scripts/build",
22-
"prepublishOnly": "echo 'to publish, run yarn build && (cd dist; yarn publish)' && exit 1",
22+
"prepublishOnly": "echo 'to publish, run pnpm build && (cd dist; pnpm publish)' && exit 1",
2323
"format": "./scripts/format",
2424
"prepare": "if ./scripts/utils/check-is-in-git-install.sh; then ./scripts/build && ./scripts/utils/git-swap.sh; fi",
2525
"tsn": "ts-node -r tsconfig-paths/register",

packages/mcp-server/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,23 @@
1313
},
1414
"homepage": "https://github.com/stainless-api/stainless-api-typescript/tree/main/packages/mcp-server#readme",
1515
"license": "Apache-2.0",
16-
"packageManager": "[email protected]",
16+
"packageManager": "[email protected]",
1717
"private": false,
1818
"publishConfig": {
1919
"access": "public"
2020
},
2121
"scripts": {
2222
"test": "jest",
2323
"build": "bash ./build",
24-
"prepack": "echo 'to pack, run yarn build && (cd dist; yarn pack)' && exit 1",
25-
"prepublishOnly": "echo 'to publish, run yarn build && (cd dist; yarn publish)' && exit 1",
24+
"prepack": "echo 'to pack, run pnpm build && (cd dist; pnpm pack)' && exit 1",
25+
"prepublishOnly": "echo 'to publish, run pnpm build && (cd dist; pnpm publish)' && exit 1",
2626
"format": "prettier --write --cache --cache-strategy metadata . !dist",
27-
"prepare": "npm run build",
2827
"tsn": "ts-node -r tsconfig-paths/register",
2928
"lint": "eslint --ext ts,js .",
3029
"fix": "eslint --fix --ext ts,js ."
3130
},
3231
"dependencies": {
33-
"@stainless-api/sdk": "file:../../dist/",
32+
"@stainless-api/sdk": "workspace:*",
3433
"@cloudflare/cabidela": "^0.2.4",
3534
"@modelcontextprotocol/sdk": "^1.11.5",
3635
"@valtown/deno-http-worker": "^0.0.21",

packages/mcp-server/yarn.lock

Lines changed: 0 additions & 3606 deletions
This file was deleted.

0 commit comments

Comments
 (0)