Remove ts-node, use tsx to run scripts

This commit is contained in:
Alex Gleason
2023-10-11 13:06:45 -05:00
parent 97dab66203
commit 2c7c1b0fb4
4 changed files with 38 additions and 96 deletions

View File

@ -22,7 +22,7 @@
"build": "npx vite build --emptyOutDir",
"preview": "npx vite preview",
"audit:fix": "npx yarn-audit-fix",
"manage:translations": "npx ts-node ./scripts/translationRunner.ts",
"manage:translations": "npx tsx ./scripts/translationRunner.ts",
"i18n": "rm -rf build tmp && npx cross-env NODE_ENV=production ${npm_execpath} run build && ${npm_execpath} manage:translations en",
"test": "npx vitest",
"test:coverage": "${npm_execpath} run test --coverage",
@ -164,7 +164,6 @@
"stringz": "^2.0.0",
"substring-trie": "^1.0.2",
"tiny-queue": "^0.2.1",
"ts-node": "^10.9.1",
"tslib": "^2.3.1",
"twemoji": "https://github.com/twitter/twemoji#v14.0.2",
"type-fest": "^4.0.0",
@ -211,6 +210,7 @@
"stylelint": "^15.10.3",
"stylelint-config-standard-scss": "^11.0.0",
"tailwindcss": "^3.3.3",
"tsx": "^3.13.0",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-pwa": "^0.16.5",
"vitest": "^0.34.4",