From d2f18fa03d44c8b2dbc2f396da7e39f535cafc43 Mon Sep 17 00:00:00 2001 From: Filip Slatinac Date: Wed, 1 Apr 2026 12:00:00 +0800 Subject: [PATCH] Adding prepare npm statement (#490) * added prepare statement * using master rrweb snapshot Co-authored-by: filip slatinac --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 710088be..97dffae9 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.9.14", "description": "record and replay the web", "scripts": { + "prepare": "npm run bundle", "test": "npm run bundle:browser && cross-env TS_NODE_CACHE=false TS_NODE_FILES=true mocha -r ts-node/register test/**/*.test.ts", "test:watch": "PUPPETEER_HEADLESS=true npm run test -- --watch --watch-extensions js,ts", "repl": "npm run bundle:browser && cross-env TS_NODE_CACHE=false TS_NODE_FILES=true ts-node scripts/repl.ts",