feat/newsletter #10
|
|
@ -6,11 +6,7 @@
|
||||||
"dev": "next dev --turbopack",
|
"dev": "next dev --turbopack",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint",
|
"lint": "next lint"
|
||||||
"translations:extract": "lingui extract-template",
|
|
||||||
"translations:compile": "lingui compile",
|
|
||||||
"translations:sync": "lingui extract --overwrite && lingui compile",
|
|
||||||
"translations:sync_and_purge": "lingui extract --overwrite --clean && lingui compile"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@formatjs/intl-localematcher": "^0.5.10",
|
"@formatjs/intl-localematcher": "^0.5.10",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue