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