We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2caef19 commit 436822dCopy full SHA for 436822d
1 file changed
package.json
@@ -13,6 +13,7 @@
13
"lint": "npx tsc --noEmit",
14
"cli": "npx tsx cli.ts",
15
"prepare": "npm run build",
16
+ "test": "node dist/cli.js -c TEST -l info -m \"❗ Nessun test ancora definito!\"",
17
"tree": "tree -I 'node_modules|dist|.git|.DS_Store|*.zip|_STASHED|logs' -a -L 5 > struttura_progetto.txt"
18
},
19
"repository": {
0 commit comments