fixed start script

This commit is contained in:
Rudis Muiznieks 2022-04-19 17:32:19 -05:00
parent 9197a0cbaa
commit e039384950
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
1 changed files with 1 additions and 1 deletions

View File

@ -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",