diff --git a/scully/package.json b/scully/package.json index 0a70fd6f4..f070dc2a9 100644 --- a/scully/package.json +++ b/scully/package.json @@ -1,6 +1,6 @@ { "name": "@scullyio/scully", - "version": "0.0.56", + "version": "0.0.57", "description": "Scully CLI", "repository": { "type": "GIT", diff --git a/scully/scully.ts b/scully/scully.ts index 61a60e08a..6ffd50842 100644 --- a/scully/scully.ts +++ b/scully/scully.ts @@ -1,4 +1,8 @@ #!/usr/bin/env node + +/** + * The above line is needed to be able to run in npx and CI. + */ import {readFileSync} from 'fs-extra'; import {join} from 'path'; import * as yargs from 'yargs';