Fix sra-report binary
This commit is contained in:
parent
09d33792f3
commit
5f72b86ce4
2
packages/sra-report/bin/sra-report.js
Executable file
2
packages/sra-report/bin/sra-report.js
Executable file
@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env node
|
||||
require('../lib/src/index.js')
|
@ -16,7 +16,7 @@
|
||||
"manual:postpublish": "yarn build; node ./scripts/postpublish.js"
|
||||
},
|
||||
"bin": {
|
||||
"sra-report": "lib/src/index.js"
|
||||
"sra-report": "bin/sra-report.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user