chore: fix postinstall

pull/3388/head
Daniel Roe 2025-09-27 07:16:09 +03:00
rodzic dd78238fe7
commit fb293e1965
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 47C4EE3D46A3A27C
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -29,7 +29,7 @@
"cleanup-translations": "tsx scripts/cleanup-translations.ts",
"prepare-translation-status": "tsx scripts/prepare-translation-status.ts",
"generate-pwa-icons": "tsx scripts/generate-pwa-icons.ts",
"postinstall": "simple-git-hooks && nuxt prepare && nr prepare-translation-status\"",
"postinstall": "ignore-dependency-scripts \"simple-git-hooks && nuxt prepare && pnpm prepare-translation-status\"",
"release": "bumpp && tsx scripts/release.ts"
},
"dependencies": {