forked from cerc-io/laconicd-deprecated
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:
co-authored by
Federico Kunze
parent
0d545939d8
commit
22788e8ce2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user