Skip to content

Commit 096e877

Browse files
committed
npm start runs cli.js
1 parent 260753d commit 096e877

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Openframe controller process which runs on the machine controlling the frame.",
55
"main": "index.js",
66
"scripts": {
7-
"start": "node .",
7+
"start": "node ./bin/cli.js",
88
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
99
"patch-release": "npm version patch && npm publish && git push --follow-tags",
1010
"install": "./install.sh"

0 commit comments

Comments
 (0)