Skip to content

Commit dab968b

Browse files
authored
Merge pull request #48 from CheckPointSW/chkp-nirm-patch-1
Update package.json
2 parents 88a888b + ad6b823 commit dab968b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"version": "changeset version",
2222
"verify-shebangs": "node scripts-internal/utilities/verify-fix-shebangs.js",
2323
"fix-shebangs": "node scripts-internal/utilities/verify-fix-shebangs.js --fix",
24-
"prebuild:all": "npm run verify-shebangs"
24+
"prebuild:all": "test -f scripts-internal/utilities/verify-fix-shebangs.js && npm run verify-shebangs || echo 'Shebang verification skipped - script not available'"
2525
},
2626
"keywords": [
2727
"mcp",

0 commit comments

Comments
 (0)