Skip to content

Commit

Permalink
build: yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed May 27, 2021
1 parent 53c4d04 commit 135bde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ test-examples:
argocli:
cd ../../argoproj/argo-workflows && git checkout dev-dataflow && make ./dist/argo DEV_BRANCH=true && ./dist/argo server --secure=false --namespaced --auth-mode=server --namespace=argo-dataflow-system
ui:
cd ../../argoproj/argo-workflows && yarn --cwd ui start
cd ../../argoproj/argo-workflows && yarn --cwd ui install && yarn --cwd ui start

0 comments on commit 135bde0

Please sign in to comment.