Skip to content

Commit

Permalink
feat: cli got broken on local build
Browse files Browse the repository at this point in the history
  • Loading branch information
mrseanryan committed Jan 18, 2021
1 parent e867646 commit 6714aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"prebuild": "rimraf dist",
"build": "tsc --module commonjs && typedoc --out docs --theme minimal src && yarn build:extra",
"build:extra": "yarn build:cli && yarn build:static",
"build:cli": "echo '#!/usr/bin/env node' > dist/lib/cli.js && cat dist/lib/main.js >> dist/lib/cli.js && chmod +x dist/lib/cli.js",
"build:cli": "echo #!/usr/bin/env node > dist/lib/cli.js && cat dist/lib/main.js >> dist/lib/cli.js && chmod +x dist/lib/cli.js",
"build:minimal": "tsc --module commonjs && yarn build:extra",
"build:minimal:watch": "tsc --module commonjs -w",
"build:static": "yarn build:static:html && yarn build:static:images",
Expand Down

0 comments on commit 6714aa8

Please sign in to comment.