Skip to content

Commit 15da1ee

Browse files
author
brizental
committed
Attend to CI errors
1 parent ed9de00 commit 15da1ee

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
6161
nvm install node
6262
npm --prefix ./glean install
63-
npm --prefix ./glean run build
63+
npm --prefix ./glean run build:qt
6464
- run:
6565
name: Verify no Javascript errors found in Qt
6666
command: bin/qt-js-check.sh

glean/src/index/qt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ export default {
8383
StringMetricType,
8484
UUIDMetricType
8585
}
86-
}
86+
};

glean/src/index/webext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ export default {
6464
setLogPings(flag: boolean): void {
6565
Glean.setLogPings(flag);
6666
}
67-
}
67+
};

glean/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"extends": "./tsconfig/base.json",
2+
"extends": "./tsconfig/base.json"
33
}

0 commit comments

Comments
 (0)