Remove the non-cross-platform dash-S option

This commit is contained in:
Norbert de Langen 2022-12-21 09:10:21 +01:00
parent bd6b9ba39f
commit 79fe6eeefb
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762

View File

@ -1,4 +1,4 @@
#!/usr/bin/env -S ../../node_modules/.bin/ts-node
#!/usr/bin/env ../../node_modules/.bin/ts-node
import { join, parse } from 'path';
import fs from 'fs-extra';