chore: remove vite default scripts in package.json's (#33986)

This commit is contained in:
Max Schmitt 2024-12-12 15:37:53 -08:00 committed by GitHub
parent 16a1552e74
commit 21c456b2c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 18 deletions

View File

@ -2,10 +2,5 @@
"name": "html-reporter", "name": "html-reporter",
"private": true, "private": true,
"version": "0.0.0", "version": "0.0.0",
"type": "module", "type": "module"
"scripts": {
"dev": "vite",
"build": "vite build && tsc",
"preview": "vite preview"
}
} }

View File

@ -3,11 +3,6 @@
"private": true, "private": true,
"version": "0.0.0", "version": "0.0.0",
"type": "module", "type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && tsc",
"preview": "vite preview"
},
"dependencies": { "dependencies": {
"yaml": "^2.6.0" "yaml": "^2.6.0"
} }

View File

@ -2,11 +2,5 @@
"name": "trace-viewer", "name": "trace-viewer",
"private": true, "private": true,
"version": "0.0.0", "version": "0.0.0",
"type": "module", "type": "module"
"scripts": {
"dev": "vite",
"build": "vite build && tsc",
"build-sw": "vite --config vite.sw.config.ts build && tsc",
"preview": "vite preview"
}
} }