Skip to content

Commit

Permalink
chore: remove vite default scripts in package.json's (#33986)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Dec 12, 2024
1 parent 16a1552 commit 21c456b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
7 changes: 1 addition & 6 deletions packages/html-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,5 @@
"name": "html-reporter",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && tsc",
"preview": "vite preview"
}
"type": "module"
}
5 changes: 0 additions & 5 deletions packages/recorder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && tsc",
"preview": "vite preview"
},
"dependencies": {
"yaml": "^2.6.0"
}
Expand Down
8 changes: 1 addition & 7 deletions packages/trace-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,5 @@
"name": "trace-viewer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && tsc",
"build-sw": "vite --config vite.sw.config.ts build && tsc",
"preview": "vite preview"
}
"type": "module"
}

0 comments on commit 21c456b

Please sign in to comment.