Skip to content

Commit

Permalink
add preinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
Garfonso committed Oct 13, 2024
1 parent 39df41b commit ed004ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@
"check": "tsc --noEmit -p tsconfig.check.json",
"lint": "eslint .",
"translate": "translate-adapter",
"release": "release-script"
"release": "release-script",
"preinstall": "sudo apt-get install -y libgpiod-dev || exit 0"
},
"readmeFilename": "README.md"
}

0 comments on commit ed004ce

Please sign in to comment.