chore: complete update
This commit is contained in:
@@ -2,12 +2,14 @@
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.2.5",
|
||||
"jest": "^29.3.1",
|
||||
"vite": "^6.3.5"
|
||||
"vite": "^6.3.5",
|
||||
"vite-plugin-pwa": "^1.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
"build": "vite build && cp dist/sw.js public/sw.js && rm -rf public/assets && cp -R dist/assets public/ && cp dist/.vite/manifest.json public/.vite/",
|
||||
"preview": "vite preview",
|
||||
"deploy": "vite build && rm -rf public/assets && cp -R dist/assets public/ && cp dist/.vite/manifest.json public/.vite/"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user