Skip to content

Commit

Permalink
fix: correct docs path
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jun 29, 2018
1 parent 6838e90 commit c5be976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
"prepack": "yarn run build && oclif-dev manifest",
"prepublishOnly": "yarn run prepack",
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif-dev readme --multi && git add README.md docs"
"version": "oclif-dev readme --multi && git add README.md ../../docs"
},
"types": "lib/index.d.ts"
}

0 comments on commit c5be976

Please sign in to comment.