mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
fix(cli): prevent duplicate shebang in npm bundle
This commit is contained in:
parent
0b6699a6ca
commit
6a8b3e921b
2 changed files with 8 additions and 5 deletions
|
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env node
|
||||
import { Command } from "commander";
|
||||
import { onboard } from "./commands/onboard.js";
|
||||
import { doctor } from "./commands/doctor.js";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue