Skip to content

Commit

Permalink
cli chmod hack deleted (#277)
Browse files Browse the repository at this point in the history
* cli chmod hack deleted

* cli chmod 755
  • Loading branch information
volovyks authored Nov 3, 2022
1 parent eb5f03c commit b1396bc
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -21,7 +21,7 @@
],
"license": "(MIT AND Apache-2.0)",
"scripts": {
"build": "tsc -p ./tsconfig.json && chmod u+x lib/cli/cli.js",
"build": "tsc -p ./tsconfig.json",
"pretest": "yarn build",
"test": "run-s test:*",
"lint": "eslint --fix .",
Expand Down
Empty file modified src/cli/cli.ts
100755 → 100644
Empty file.

0 comments on commit b1396bc

Please sign in to comment.