From 672518683c8387d1507cd438eb034149b7ac7ca2 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 11 Jun 2025 11:17:10 +0800 Subject: [PATCH] rename tasks --- next-ui/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/next-ui/package.json b/next-ui/package.json index 28a6511a4..11206d22a 100644 --- a/next-ui/package.json +++ b/next-ui/package.json @@ -5,7 +5,7 @@ "version": "0.0.0", "scripts": { "dev": "vite", - "build": "run-s i18n-compile type-check \"build-only {@}\" --", + "build": "run-s i18n:compile \"build-only {@}\" --", "preview": "vite preview", "build-only": "vite build", "type-check": "vue-tsc --build --force", @@ -14,9 +14,9 @@ "prettier": "prettier --check \"**/*.{js,ts,vue,scss,html,md,json}\"", "prettier:fix": "npm run prettier -- --write", "openapi-generate": "npx tsx ./openapi-generator.mts", - "i18n-extract": "formatjs extract \"src/**/*.{ts,tsx,vue}\" --ignore=\"**/*.d.ts\" --out-file i18n/en.json", - "i18n-compile": "formatjs compile-folder i18n src/i18n", - "i18n-verify": "formatjs verify --missing-keys --source-locale=en \"i18n/*.json\"" + "i18n:extract": "formatjs extract \"src/**/*.{ts,tsx,vue}\" --ignore=\"**/*.d.ts\" --out-file i18n/en.json", + "i18n:compile": "formatjs compile-folder i18n src/i18n", + "i18n:verify": "formatjs verify --missing-keys --source-locale=en \"i18n/*.json\"" }, "dependencies": { "@pinia/colada": "^0.17.0",