mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-18 14:56:59 +08:00
feat: add sync scripts
This commit is contained in:
@@ -10,7 +10,10 @@
|
||||
".": "./dist/src/index.js"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc --project ./tsconfig.json"
|
||||
"build": "tsc --project ./tsconfig.json",
|
||||
"sync-languages": "NODE_OPTIONS=--experimental-fetch ts-node src/scripts/sync.ts",
|
||||
"sync-languages:check": "pnpm run sync-languages --check",
|
||||
"download-resources": "NODE_OPTIONS=--experimental-fetch ts-node src/scripts/download.ts"
|
||||
},
|
||||
"keywords": [],
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user