Skip to content

Commit

Permalink
chore(*): ensure gen-docs.js is executable
Browse files Browse the repository at this point in the history
Normally yarn/npm will make this executable when installing
since it is the binary. But if we are using `npm/yarn link` for
testing then this file needs to be executable directly.
  • Loading branch information
petebacondarwin committed Jan 11, 2021
1 parent aa656f9 commit 188cd3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"prepublish": "tsc",
"prebuild": "rm -rf lib",
"build": "tsc",
"postbuild": "chmod +x lib/gen-docs.js",
"watch": "tsc -w",
"test": "mocha --require ts-node/register -R spec src/**/*.spec.ts",
"docs": "node lib/gen-docs.js ./docs/dgeni-docs.js"
Expand Down

0 comments on commit 188cd3a

Please sign in to comment.