Add static checking to i18n and improve types
This commit is contained in:
parent
f8ac450ab5
commit
579e5879e1
16 changed files with 126 additions and 82 deletions
|
@ -1,13 +1,14 @@
|
|||
{
|
||||
"name": "gallery-badmanners-xyz",
|
||||
"type": "module",
|
||||
"version": "1.5.3",
|
||||
"version": "1.5.4",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
"build": "astro check --minimumSeverity warning && astro build",
|
||||
"build": "npm run check && astro build",
|
||||
"preview": "astro preview",
|
||||
"sync": "astro sync",
|
||||
"check": "astro check --minimumSeverity warning",
|
||||
"astro": "astro",
|
||||
"prettier": "prettier --write .",
|
||||
"deploy-lftp": "dotenv tsx scripts/deploy-lftp.ts --",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue