Skip to content

Commit febdd37

Browse files
committed
wip
1 parent 9f166b9 commit febdd37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/signals/signals-runtime/bundle-dts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function filterLines(filePath, cb) {
6262
}
6363

6464
const main = () => {
65-
const outFile = `dist/web.d.ts`
65+
const outFile = `dist/web-editor.d.ts`
6666
const command = `yarn dts-bundle-generator -o ${outFile} src/web-exports.ts --no-check`
6767
execSync(command, { stdio: 'inherit' })
6868
const outFileAbs = path.join(__dirname, outFile)

0 commit comments

Comments
 (0)