chore(i18n): update package

This commit is contained in:
lawvs
2022-09-09 14:33:58 +08:00
parent 54f1db6fdc
commit 1018149ca4
2 changed files with 7 additions and 4 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
"name": "@toeverything/datasource/i18n",
"version": "0.0.1",
"scripts": {
"sync": "NODE_OPTIONS=--experimental-fetch ts-node src/scripts/sync.ts"
"sync-languages": "NODE_OPTIONS=--experimental-fetch ts-node src/scripts/sync.ts",
"sync-languages:check": "pnpm run sync-languages --check"
},
"dependencies": {
"i18next": "^21.9.1",