Skip to content

Commit 2caef19

Browse files
committed
fixed build scripts
1 parent 36ca0a2 commit 2caef19

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"cornlog": "dist/cli.js"
99
},
1010
"scripts": {
11-
"build": "tsc && chmod +x dist/cli.js && npm link",
12-
"dev": "tsc --watch",
13-
"lint": "tsc --noEmit",
11+
"build": "npx tsc && chmod +x dist/cli.js",
12+
"dev": "npx tsc --watch",
13+
"lint": "npx tsc --noEmit",
1414
"cli": "npx tsx cli.ts",
1515
"prepare": "npm run build",
1616
"tree": "tree -I 'node_modules|dist|.git|.DS_Store|*.zip|_STASHED|logs' -a -L 5 > struttura_progetto.txt"

0 commit comments

Comments
 (0)