We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26cbb92 + 9235c0f commit 626263dCopy full SHA for 626263d
.github/workflows/npm-publish.yml
@@ -29,6 +29,6 @@ jobs:
29
registry-url: https://registry.npmjs.org/
30
- run: npm ci
31
- run: npm run build
32
- - run: npm publish
+ - run: npm publish --access public
33
env:
34
NODE_AUTH_TOKEN: ${{secrets.twilio_alpha_npm_token}}
package.json
@@ -7,7 +7,7 @@
7
"type": "module",
8
"main": "dist/server/dashboard-server.js",
9
"bin": {
10
- "mcp-te-benchmark": "./dist/cli.js"
+ "mcp-te-benchmark": "dist/cli.js"
11
},
12
"files": [
13
"public/",
@@ -58,7 +58,7 @@
58
59
"engines": {
60
"node": ">=20.0.0",
61
- "npm": ">=11.0.0"
+ "npm": ">=10.8.0"
62
63
"publishConfig": {
64
"access": "public"
0 commit comments