File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -83,4 +83,4 @@ export default {
8383 StringMetricType,
8484 UUIDMetricType
8585 }
86- }
86+ } ;
Original file line number Diff line number Diff line change @@ -64,4 +64,4 @@ export default {
6464 setLogPings ( flag : boolean ) : void {
6565 Glean . setLogPings ( flag ) ;
6666 }
67- }
67+ } ;
Original file line number Diff line number Diff line change 11{
2- "extends" : " ./tsconfig/base.json" ,
2+ "extends" : " ./tsconfig/base.json"
33}
You can’t perform that action at this time.
0 commit comments