Skip to content

Commit

Permalink
Merge pull request #221 from rvolosatovs/fix/makefile
Browse files Browse the repository at this point in the history
Fix `make deps` ordering
  • Loading branch information
rvolosatovs committed Mar 4, 2019
2 parents 6b89656 + 7a55760 commit 78cdd7b
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 @@ -47,7 +47,7 @@ docs:

dev-deps: go.deps js.dev-deps

deps: go.deps js.deps sdk.deps sdk.js.build
deps: go.deps sdk.deps sdk.js.build js.deps # NOTE: js.deps needs to be AFTER sdk.js.build

test: go.test js.test sdk.test

Expand Down

0 comments on commit 78cdd7b

Please sign in to comment.