docs: remove npm (#500)

* change to yarn

* missing entities

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
This commit is contained in:
Justin Thompson
2020-09-22 05:09:11 -03:00
committed by GitHub
co-authored by Federico Kunze
parent 0d545939d8
commit 22788e8ce2
8 changed files with 8528 additions and 10775 deletions
+4 -4
View File
@@ -397,14 +397,14 @@ proto-update-deps:
# Start docs site at localhost:8080
docs-serve:
@cd docs && \
npm install && \
npm run serve
yarn install && \
yarn run serve
# Build the site into docs/.vuepress/dist
docs-build:
@cd docs && \
npm install && \
npm run build
yarn install && \
yarn run build
godocs:
@echo "--> Wait a few seconds and visit http://localhost:6060/pkg/github.com/cosmos/ethermint"