diff --git a/.changeset/soft-planes-listen.md b/.changeset/soft-planes-listen.md new file mode 100644 index 0000000..c8cebb3 --- /dev/null +++ b/.changeset/soft-planes-listen.md @@ -0,0 +1,5 @@ +--- +'@khanacademy/graphql-flow': patch +--- + +Add shebang to the exported binary, so that it runs diff --git a/src/cli/run.js b/src/cli/run.js index f2e9710..666d2c8 100644 --- a/src/cli/run.js +++ b/src/cli/run.js @@ -1,3 +1,4 @@ +#!/usr/bin/env node // @flow /* eslint-disable no-console */ import {generateTypeFiles, processPragmas} from '../generateTypeFiles';