fix CI error (#1045)
* fix CI error * change the CI triggering event to pull_request
This commit is contained in:
@@ -16,7 +16,7 @@ declare global {
|
||||
}
|
||||
|
||||
import { EventType, IncrementalSource } from 'rrweb';
|
||||
import type { eventWithTime } from 'rrweb/typings/types';
|
||||
import type { eventWithTime } from '@rrweb/types';
|
||||
|
||||
export function inlineCss(cssObj: Record<string, string>): string {
|
||||
let style = '';
|
||||
|
||||
Reference in New Issue
Block a user