refactor: cleanup code

This commit is contained in:
Alex Yang
2023-10-20 19:28:04 -05:00
parent 779ac39b36
commit d9e2d17a26
7 changed files with 7 additions and 120 deletions
+2 -2
View File
@@ -17,9 +17,9 @@
"scripts": {
"build": "node build.mjs",
"dev": "node dev.mjs",
"sync-languages": "ts-node-esm -P ./tsconfig.node.json src/scripts/sync.ts",
"sync-languages": "ts-node -P ./tsconfig.node.json src/scripts/sync.ts",
"sync-languages:check": "yarn run sync-languages --check",
"download-resources": "ts-node-esm -P ./tsconfig.node.json src/scripts/download.ts"
"download-resources": "ts-node -P ./tsconfig.node.json src/scripts/download.ts"
},
"keywords": [],
"repository": {