Skip to content

Commit

Permalink
Build api-docs before zk
Browse files Browse the repository at this point in the history
  • Loading branch information
perekopskiy committed Jun 2, 2021
1 parent 5856c92 commit 43f282c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/zk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

if [ -z "$1" ]; then
cd $ZKSYNC_HOME
yarn && yarn zk build
yarn && yarn api-docs build && yarn zk build
else
# can't start this with yarn since it has quirks with `--` as an argument
node -- $ZKSYNC_HOME/infrastructure/zk/build/index.js "$@"
Expand Down

0 comments on commit 43f282c

Please sign in to comment.