Add static checking to i18n and improve types

This commit is contained in:
Bad Manners 2024-07-24 21:48:46 -03:00
parent f8ac450ab5
commit 579e5879e1
16 changed files with 126 additions and 82 deletions

View file

@ -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 --",