Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"scripts": {
"dev": "vite build --watch",
"build": "yarn turbo run prepublish",
"build": "tsc -noEmit && vite build",
"test": "vitest run",
"test:watch": "vitest watch",
"check-types": "tsc -noEmit",
Expand Down
2 changes: 1 addition & 1 deletion packages/packer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"scripts": {
"dev": "vite build --watch",
"build": "yarn turbo run prepublish",
"build": "tsc -noEmit && vite build",
"test": "vitest run",
"test:watch": "vitest watch",
"check-types": "tsc -noEmit",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"scripts": {
"dev": "vite build --watch",
"build": "yarn turbo run prepublish",
"build": "tsc -noEmit && vite build",
"check-types": "tsc -noEmit",
"prepublish": "tsc -noEmit && vite build"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"scripts": {
"dev": "vite build --watch",
"build": "yarn turbo run prepublish",
"build": "tsc -noEmit && vite build",
"check-types": "tsc -noEmit",
"prepublish": "tsc -noEmit && vite build"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/rrweb-plugin-console-record/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dev": "vite build --watch",
"test": "vitest run",
"test:watch": "vitest watch",
"build": "yarn turbo run prepublish",
"build": "tsc -noEmit && vite build",
"check-types": "tsc -noEmit",
"prepublish": "tsc -noEmit && vite build"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/rrweb-plugin-console-replay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"scripts": {
"dev": "vite build --watch",
"build": "yarn turbo run prepublish",
"build": "tsc -noEmit && vite build",
"check-types": "tsc -noEmit",
"prepublish": "tsc -noEmit && vite build"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"scripts": {
"dev": "vite build --watch",
"build": "yarn turbo run prepublish",
"build": "tsc -noEmit && vite build",
"check-types": "tsc -noEmit",
"prepublish": "tsc -noEmit && vite build"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"scripts": {
"dev": "vite build --watch",
"build": "yarn turbo run prepublish",
"build": "tsc -noEmit && vite build",
"check-types": "tsc -noEmit",
"prepublish": "tsc -noEmit && vite build"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/record/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"scripts": {
"dev": "vite build --watch",
"build": "yarn turbo run prepublish",
"build": "tsc -noEmit && vite build",
"test": "vitest run",
"test:watch": "vitest watch",
"check-types": "tsc -noEmit",
Expand Down
2 changes: 1 addition & 1 deletion packages/replay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"scripts": {
"dev": "vite build --watch",
"build": "yarn turbo run prepublish",
"build": "tsc -noEmit && vite build",
"test": "vitest run",
"test:watch": "vitest watch",
"check-types": "tsc -noEmit",
Expand Down
2 changes: 1 addition & 1 deletion packages/rrdom-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.0.0-alpha.18",
"scripts": {
"dev": "vite build --watch",
"build": "yarn turbo run prepublish",
"build": "tsc -noEmit && vite build",
"check-types": "tsc -noEmit",
"test": "vitest run",
"test:watch": "vitest watch",
Expand Down
2 changes: 1 addition & 1 deletion packages/rrdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"scripts": {
"dev": "vite build --watch",
"build": "yarn turbo run prepublish",
"build": "tsc -noEmit && vite build",
"check-types": "tsc -noEmit",
"test": "vitest run",
"test:watch": "vitest",
Expand Down
2 changes: 1 addition & 1 deletion packages/rrweb-snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test:update": "yarn build && vitest run --update",
"bench": "vite build && vitest bench",
"dev": "vite build --watch",
"build": "yarn turbo prepublish -F @highlight-run/rrweb-snapshot",
"build": "yarn check-types && vite build",
"check-types": "tsc --noEmit",
"prepublish": "yarn check-types && vite build",
"lint": "yarn eslint src"
Expand Down
2 changes: 1 addition & 1 deletion packages/rrweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"repl": "yarn build && node scripts/repl.js",
"live-stream": "yarn build && node scripts/stream.js",
"dev": "vite build --watch",
"build": "yarn turbo run prepublish",
"build": "tsc -noEmit && vite build",
"check-types": "tsc -noEmit",
"prepublish": "tsc -noEmit && vite build",
"lint": "yarn eslint src",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"scripts": {
"dev": "vite build --watch",
"build": "yarn turbo run prepublish",
"build": "vite build",
"check-types": "tsc -noEmit",
"prepublish": "vite build",
"lint": "yarn eslint src/**/*.ts"
Expand Down
Loading