mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
restore binary cli command
This commit is contained in:
parent
d8f2d95f92
commit
115a02b0eb
2 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,7 +3,6 @@ sinopia-*.tgz
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
###
|
###
|
||||||
bin/**
|
|
||||||
!bin/sinopia
|
!bin/sinopia
|
||||||
test-storage*
|
test-storage*
|
||||||
|
|
||||||
|
|
3
bin/verdaccio
Normal file
3
bin/verdaccio
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/env node
|
||||||
|
|
||||||
|
require('../lib/cli')
|
Loading…
Reference in a new issue