Skip to content

Commit

Permalink
Revert "These commands are handy within a package"
Browse files Browse the repository at this point in the history
This reverts commit 0e812f9.
  • Loading branch information
eoghanmurray committed Jan 10, 2025
1 parent 72eb71a commit 7100a3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/rrweb-snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"version": "2.0.0-alpha.18",
"description": "rrweb's component to take a snapshot of DOM, aka DOM serializer",
"scripts": {
"format": "yarn prettier --write '**/*.{ts,md}'",
"format:head": "git diff --name-only HEAD^ |grep '/rrweb-snapshot/.*\\.ts$\\|\\.md$' |sed 's|packages/rrweb-snapshot/||'|xargs yarn prettier --write",
"prepare": "npm run prepack",
"prepack": "npm run build",
"retest": "vitest run",
Expand Down
2 changes: 0 additions & 2 deletions packages/rrweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"version": "2.0.0-alpha.18",
"description": "record and replay the web",
"scripts": {
"format": "yarn prettier --write '**/*.{ts,md}'",
"format:head": "git diff --name-only HEAD^ |grep '/rrweb/.*\\.ts$\\|\\.md$' |sed 's|packages/rrweb/||'|xargs yarn prettier --write",
"prepare": "npm run prepack",
"prepack": "npm run build",
"retest": "cross-env PUPPETEER_HEADLESS=true yarn retest:headful",
Expand Down

0 comments on commit 7100a3c

Please sign in to comment.