We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 962846a commit 04cc696Copy full SHA for 04cc696
dist/cli.js
100644
100755
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bharathkumar-palanisamy",
3
- "version": "1.4.0",
+ "version": "1.4.1",
4
"description": "CLI Resume of Bharathkumar Palanisamy — prints to terminal with npx bharathkumar-palanisamy",
5
"bin": "./dist/cli.js",
6
"author": "Bharathkumar Palanisamy <[email protected]>",
@@ -11,7 +11,7 @@
11
"LICENSE"
12
],
13
"scripts": {
14
- "build": "tsc && cp -r src/data dist/",
+ "build": "tsc && cp -r src/data dist/ && chmod +x dist/cli.js",
15
"dev": "ts-node src/cli.ts",
16
"start": "node dist/cli.js",
17
"clean": "rm -rf dist",
0 commit comments