Skip to content

Commit

Permalink
fix: file permission for executables
Browse files Browse the repository at this point in the history
This was causing issues with linking packages.
  • Loading branch information
swashata committed Oct 22, 2018
1 parent bacd9eb commit 47bdf45
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"build:types": "tsc --emitDeclarationOnly",
"build": "yarn clean && yarn build:types && yarn build:js",
"lint": "tslint --project './tsconfig.json'",
"test": "jest --color",
"prepare": "cross-env NODE_ENV=production yarn build"
},
"publishConfig": {
Expand Down
Empty file modified packages/cli/src/index.ts
100644 → 100755
Empty file.
Empty file modified packages/scripts/src/bin/index.ts
100644 → 100755
Empty file.

0 comments on commit 47bdf45

Please sign in to comment.