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 88a888b + ad6b823 commit dab968bCopy full SHA for dab968b
package.json
@@ -21,7 +21,7 @@
21
"version": "changeset version",
22
"verify-shebangs": "node scripts-internal/utilities/verify-fix-shebangs.js",
23
"fix-shebangs": "node scripts-internal/utilities/verify-fix-shebangs.js --fix",
24
- "prebuild:all": "npm run verify-shebangs"
+ "prebuild:all": "test -f scripts-internal/utilities/verify-fix-shebangs.js && npm run verify-shebangs || echo 'Shebang verification skipped - script not available'"
25
},
26
"keywords": [
27
"mcp",
0 commit comments