Skip to content

Commit 860bbd0

Browse files
committed
change the repo for check-ts-suppressions check
1 parent bf0bf4c commit 860bbd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/check-ts-suppressions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {Octokit} from '@octokit/rest';
88
import {execSync} from 'child_process';
99

1010
const owner = 'mapbox';
11-
const repo = 'mapbox-gl-js-internal';
11+
const repo = 'mapbox-gl-js';
1212
const branch = process.env['CIRCLE_BRANCH'] || execSync('git rev-parse --abbrev-ref HEAD').toString().trim();
1313

1414
async function getBannedTsComments() {

0 commit comments

Comments
 (0)