We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260753d commit 096e877Copy full SHA for 096e877
1 file changed
package.json
@@ -4,7 +4,7 @@
4
"description": "Openframe controller process which runs on the machine controlling the frame.",
5
"main": "index.js",
6
"scripts": {
7
- "start": "node .",
+ "start": "node ./bin/cli.js",
8
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
9
"patch-release": "npm version patch && npm publish && git push --follow-tags",
10
"install": "./install.sh"
0 commit comments