Skip to content

Commit 263cc25

Browse files
committed
cli fix
1 parent 12c98ab commit 263cc25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"LICENSE"
1111
],
1212
"scripts": {
13-
"build": "tsc",
13+
"build": "tsc && chmod +x dist/cli.js && npm link",
1414
"dev": "tsx src/consoleHelpers.ts",
1515
"cli": "tsx cli.ts",
1616
"test": "echo \"TODO: Aggiungi i test\" && exit 0",
@@ -52,4 +52,4 @@
5252
"console-log-colors": "^0.5.0",
5353
"dotenv": "^17.2.1"
5454
}
55-
}
55+
}

0 commit comments

Comments
 (0)