diff --git a/package.json b/package.json index b379bd0..40366fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extract-schema-coordinates", - "version": "3.0.3", + "version": "3.0.4", "description": "extract schema coordinates from GraphQL documents", "type": "module", "exports": { @@ -17,7 +17,7 @@ "build": "npx tsup-node src/extract-schema-coordinates.ts --dts --format esm,cjs --out-dir lib", "typecheck": "npx tsup-node src/extract-schema-coordinates.ts --dts-only", "postinstall": "npx husky install", - "prepare": "cat <<< $(jq 'del(.scripts.postinstall)' package.json) > package.json", + "prepare": "bash -c \"cat <<< $(jq 'del(.scripts.postinstall)' package.json) > package.json\"", "test": "NODE_OPTIONS=--experimental-vm-modules jest" }, "devDependencies": {