Skip to content

Commit d2b4084

Browse files
committed
🚷 ignore typescript errors
1 parent 1e86ea0 commit d2b4084

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages

packages/bubble-dev/start-preset/src/pkg.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ export const Pkg = (replacers?: TReplacers) => (packagePath: string, shouldAddMi
192192
for (const [key, value] of Object.entries(allReplacers)) {
193193
stream = stream
194194
.pipe(lineStream())
195+
// @ts-ignore
195196
.pipe(replaceStream(key, value))
196197
.on('error', reject)
197198
}

packages/sandbox/ui/src/store-meta/store.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ if (process.env.NODE_ENV === 'development') {
2020
)
2121
)
2222
} else {
23+
// @ts-ignore
2324
store = createStore(
2425
reducer,
2526
getHashInitialState(),

0 commit comments

Comments
 (0)