Skip to content

Commit e02cff5

Browse files
committed
wip
1 parent 572c6b4 commit e02cff5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/signals/signals-runtime/build-editor-types.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ async function prependGenerated(filePath) {
1818
}
1919
}
2020

21-
// https://github.com/microsoft/rushstack/issues/1601
2221
async function removeExports(filePath) {
2322
try {
2423
const data = await fsPromises.readFile(filePath, 'utf8')
@@ -36,7 +35,6 @@ async function removeExports(filePath) {
3635

3736
const main = async () => {
3837
execSync('yarn build:esm', { stdio: 'inherit' })
39-
// eslint-disable-next-line no-undef
4038
execSync('npx api-extractor run --config ./api-extractor.mobile.json --local')
4139
execSync('npx api-extractor run --config ./api-extractor.web.json --local')
4240
const outputs = [

0 commit comments

Comments
 (0)