fix(17): WR-08 replace cp icon chain with cross-platform Node copy script

This commit is contained in:
Lucas Berger
2026-06-18 13:45:36 -04:00
parent 1c0f35748d
commit dd0b76128d
3 changed files with 51 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:headed": "playwright test --headed",
"pwa:icons": "pwa-assets-generator --config pwa-assets.config.ts && cp public/pwa-192x192.png public/icon-192.png && cp public/pwa-512x512.png public/icon-512.png && cp public/maskable-icon-512x512.png public/icon-maskable-512.png && cp public/apple-touch-icon-180x180.png public/apple-touch-icon.png && cp public/logo.svg public/favicon.svg"
"pwa:icons": "pwa-assets-generator --config pwa-assets.config.ts && node scripts/copy-pwa-icons.mjs"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",