Skip to content

Commit 66fc0cf

Browse files
committed
switch ubuntu mirror while buildind on CI
1 parent 5222765 commit 66fc0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "Apache-2.0",
88
"types": "build/index.d.ts",
99
"scripts": {
10-
"flowzone-preinstall": "sudo sed -i 's/azure\.//' /etc/apt/sources.list && sudo apt-get install -y libudev-dev",
10+
"flowzone-preinstall": "sudo sed -i 's/azure.//' /etc/apt/sources.list && sudo apt-get install -y libudev-dev",
1111
"test": "npm run lint && mocha -r ts-node/register tests/**/*.spec.ts",
1212
"prettier": "balena-lint --fix lib typings examples tests",
1313
"lint": "balena-lint lib typings examples tests",

0 commit comments

Comments
 (0)