Skip to content

Commit

Permalink
feat: Move build command to build:sqlite
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This moves the `build` command to `build:sqlite`
  • Loading branch information
mikaelkaron committed Nov 27, 2018
1 parent e65a60b commit 54b300f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/plugin-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
"license": "MIT",
"oclif": {
"commands": "./src/commands",
"topics": {
"build": { "description": "builds databases from a BlockFor.fun git registry" }
},
"bin": "oclif-example",
"devPlugins": [
"@oclif/plugin-help"
Expand Down
File renamed without changes.

0 comments on commit 54b300f

Please sign in to comment.