Skip to content

Commit 6e3d97b

Browse files
committed
add npm script to simplify running cli program
1 parent cd1dd0e commit 6e3d97b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"globals": "^15.14.0"
2121
},
2222
"scripts": {
23-
"test": "echo \"Error: no test specified\" && exit 1"
23+
"test": "echo \"Error: no test specified\" && exit 1",
24+
"cli": "node src/cli/main.js"
2425
},
2526
"repository": {
2627
"type": "git",

0 commit comments

Comments
 (0)