fixed start script
This commit is contained in:
parent
9197a0cbaa
commit
e039384950
|
@ -2,7 +2,7 @@
|
|||
"scripts": {
|
||||
"clean": "rm -rf bin/*",
|
||||
"build": "npm run clean && tsc --project tsconfig.json",
|
||||
"start": "node bin/index.js"
|
||||
"start": "node bin/main.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"i2c-bus": "^5.2.2",
|
||||
|
|
Reference in New Issue