fix(auth): path to delete accounts script

This commit is contained in:
Karol Sójko 2023-11-08 12:30:12 +01:00
parent 00936e06bc
commit ca8a3fc77d
No known key found for this signature in database
GPG key ID: C2F813669419D05F

View file

@ -4,7 +4,7 @@ const path = require('path')
const pnp = require(path.normalize(path.resolve(__dirname, '../../..', '.pnp.cjs'))).setup()
const index = require(path.normalize(path.resolve(__dirname, '../dist/bin/delete-accounts.js')))
const index = require(path.normalize(path.resolve(__dirname, '../dist/bin/delete_accounts.js')))
Object.defineProperty(exports, '__esModule', { value: true })