Skip to content

Commit

Permalink
Update yarn docs command
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Martins Nápoli <[email protected]>
  • Loading branch information
tiagonapoli committed May 6, 2020
1 parent cf45189 commit 2d10437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"exe": "node scripts/make-executable.js",
"docs": "yarn oclif-dev readme --spaceSep",
"docs": "yarn oclif-dev readme",
"watch": "bash ./scripts/symlink.sh && yarn build-clean && yarn nodemon",
"format": "prettier --config ./.prettierrc --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "eslint ./src --cache --ext .ts --config .eslintrc",
Expand Down

0 comments on commit 2d10437

Please sign in to comment.