fix(npm): missing shebang
This commit is contained in:
parent
adabed6177
commit
23f7b2758a
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
import { Cli } from 'clipanion'
|
||||
|
||||
import { BuildCommand } from './build'
|
||||
|
|
Loading…
Reference in a new issue