Skip to content

Commit

Permalink
trying to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sombriks committed Jun 29, 2024
1 parent 59e1bc5 commit ddd5b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"configure": "node-gyp configure",
"build": "node-gyp build",
"clean": "node-gyp clean",
"configure-gpio-sim": "sudo sh test/prepare-gpio-sim.sh",
"configure-gpio-sim": "sh test/prepare-gpio-sim.sh",
"test": "mocha",
"test:coverage": "nyc npm run test"
},
Expand Down

0 comments on commit ddd5b2d

Please sign in to comment.