Skip to content

Commit 142643d

Browse files
benjieyaacovCR
authored andcommitted
port[v17]: Fix publish scripts (#4121)
1 parent a0d97d4 commit 142643d

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
@@ -29,7 +29,7 @@
2929
"node": "^16.19.0 || ^18.14.0 || >=19.7.0"
3030
},
3131
"scripts": {
32-
"preversion": ". ./resources/checkgit.sh && npm ci --ignore-scripts",
32+
"preversion": "bash -c '. ./resources/checkgit.sh && npm ci --ignore-scripts'",
3333
"version": "node --loader ts-node/esm resources/gen-version.ts && npm test && git add src/version.ts",
3434
"fuzzonly": "mocha --full-trace src/**/__tests__/**/*-fuzz.ts",
3535
"changelog": "node --loader ts-node/esm resources/gen-changelog.ts",

0 commit comments

Comments
 (0)