mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-06 08:50:50 +08:00
ci: fix ts-node scripts (#5225)
- Ref: https://github.com/TypeStrong/ts-node/issues/2094
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
"scripts": {
|
||||
"build": "node build.mjs",
|
||||
"dev": "node dev.mjs",
|
||||
"sync-languages": "ts-node -P ./tsconfig.node.json src/scripts/sync.ts",
|
||||
"sync-languages": "node --loader ts-node/esm/transpile-only src/scripts/sync.ts",
|
||||
"sync-languages:check": "yarn run sync-languages --check",
|
||||
"download-resources": "ts-node -P ./tsconfig.node.json src/scripts/download.ts"
|
||||
"download-resources": "node --loader ts-node/esm/transpile-only src/scripts/download.ts"
|
||||
},
|
||||
"keywords": [],
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user