Skip to content

Commit 04cc696

Browse files
committed
fix: permission issue
1 parent 962846a commit 04cc696

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/cli.js

100644100755
File mode changed.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bharathkumar-palanisamy",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "CLI Resume of Bharathkumar Palanisamy — prints to terminal with npx bharathkumar-palanisamy",
55
"bin": "./dist/cli.js",
66
"author": "Bharathkumar Palanisamy <[email protected]>",
@@ -11,7 +11,7 @@
1111
"LICENSE"
1212
],
1313
"scripts": {
14-
"build": "tsc && cp -r src/data dist/",
14+
"build": "tsc && cp -r src/data dist/ && chmod +x dist/cli.js",
1515
"dev": "ts-node src/cli.ts",
1616
"start": "node dist/cli.js",
1717
"clean": "rm -rf dist",

0 commit comments

Comments
 (0)