mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-19 07:17:00 +08:00
chore(i18n): fix sync languages script (#4367)
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
"scripts": {
|
||||
"build": "node build.mjs",
|
||||
"dev": "node dev.mjs",
|
||||
"sync-languages": "NODE_OPTIONS=--experimental-fetch ts-node-esm src/scripts/sync.ts",
|
||||
"sync-languages": "ts-node-esm -P ./tsconfig.node.json src/scripts/sync.ts",
|
||||
"sync-languages:check": "yarn run sync-languages --check",
|
||||
"download-resources": "NODE_OPTIONS=--experimental-fetch ts-node-esm src/scripts/download.ts"
|
||||
"download-resources": "ts-node-esm -P ./tsconfig.node.json src/scripts/download.ts"
|
||||
},
|
||||
"keywords": [],
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user