fix(npm): missing shebang

This commit is contained in:
LongYinan 2020-08-21 22:28:10 +08:00
parent adabed6177
commit 23f7b2758a
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7

View file

@ -1,3 +1,5 @@
#!/usr/bin/env node
import { Cli } from 'clipanion'
import { BuildCommand } from './build'