chore: get old ts-node scripts to work, replace ts-node with tsx, fix runE2E.ts

This commit is contained in:
Alessio Gravili
2024-03-07 16:35:44 -05:00
parent fb7e671c26
commit 2aa7adb3bd
3 changed files with 79 additions and 90 deletions

View File

@@ -3,6 +3,10 @@ import minimist from 'minimist'
import path from 'path'
import shelljs from 'shelljs'
import slash from 'slash'
import { fileURLToPath } from 'url'
const __filename = fileURLToPath(import.meta.url)
const __dirname = path.dirname(__filename)
shelljs.env.DISABLE_LOGGING = 'true'