chore: get old ts-node scripts to work, replace ts-node with tsx, fix runE2E.ts
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user