From d2b1d9244ef86fe273783bcae01dabd9d6d5ed99 Mon Sep 17 00:00:00 2001 From: Serhii Volovyk Date: Thu, 3 Nov 2022 10:11:37 +0200 Subject: [PATCH] cli chmod hack deleted (#277) * cli chmod hack deleted * cli chmod 755 --- package.json | 2 +- src/cli/cli.ts | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 src/cli/cli.ts diff --git a/package.json b/package.json index 6f18cf184..bca204e30 100644 --- a/package.json +++ b/package.json @@ -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 .", diff --git a/src/cli/cli.ts b/src/cli/cli.ts old mode 100755 new mode 100644