We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ea1887 commit 331e0fcCopy full SHA for 331e0fc
1 file changed
package.json
@@ -7,7 +7,7 @@
7
"license": "Apache-2.0",
8
"types": "build/index.d.ts",
9
"scripts": {
10
- "flowzone-preinstall": "sudo apt-get install -y libudev-dev",
+ "flowzone-preinstall": "sudo apt-get update && sudo apt-get install -y libudev-dev",
11
"test": "npm run lint && mocha -r ts-node/register tests/**/*.spec.ts",
12
"prettier": "balena-lint --fix lib typings examples tests",
13
"lint": "balena-lint lib typings examples tests",
0 commit comments