Skip to content

Commit 1b01426

Browse files
committed
fix: destroy script needs the shebang so remove the test
1 parent 0bc2dd2 commit 1b01426

File tree

2 files changed

+2
-112
lines changed

2 files changed

+2
-112
lines changed

bin/destroy.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env node
2+
13
import * as path from 'path'
24
import { realpathSync } from 'fs'
35
import { fileURLToPath, pathToFileURL } from 'url'

tests/bin.destroy.test.ts

Lines changed: 0 additions & 112 deletions
This file was deleted.

0 commit comments

Comments
 (0)