We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36ca0a2 commit 2caef19Copy full SHA for 2caef19
1 file changed
package.json
@@ -8,9 +8,9 @@
8
"cornlog": "dist/cli.js"
9
},
10
"scripts": {
11
- "build": "tsc && chmod +x dist/cli.js && npm link",
12
- "dev": "tsc --watch",
13
- "lint": "tsc --noEmit",
+ "build": "npx tsc && chmod +x dist/cli.js",
+ "dev": "npx tsc --watch",
+ "lint": "npx tsc --noEmit",
14
"cli": "npx tsx cli.ts",
15
"prepare": "npm run build",
16
"tree": "tree -I 'node_modules|dist|.git|.DS_Store|*.zip|_STASHED|logs' -a -L 5 > struttura_progetto.txt"
0 commit comments