Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
fix: correct oclif config
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau committed May 7, 2020
1 parent 0f776aa commit c573eb9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ coverage

# Dependency directory
node_modules

# Oclif Manifest
oclif.manifest.json
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
"email": "adam@uhlir.dev"
},
"files": [
"types",
"lib"
"/oclif.manifest.json",
"/lib",
"/bin"
],
"directories": {
"lib": "src",
Expand All @@ -33,6 +34,7 @@
"url": "https://github.com/rsksmart/rif-marketplace-cache.git"
},
"scripts": {
"prepack": "oclif-dev manifest",
"bin": "tasegir run --watch ./bin/run -- ",
"compile": "tasegir compile",
"docs": "typedoc --mode modules --excludeNotExported --readme none --excludePrivate --tsconfig ./node_modules/tasegir/src/config/tsconfig.json --exclude 'src/providers/*,test/**/*' --out docs src",
Expand Down Expand Up @@ -119,7 +121,7 @@
"dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>"
],
"oclif": {
"commands": "./src/cli",
"commands": "./lib/cli",
"bin": "rif-marketplace-cache",
"plugins": [
"@oclif/plugin-help"
Expand Down

0 comments on commit c573eb9

Please sign in to comment.