Skip to content

Commit

Permalink
make: Fix make deps ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Volosatovs committed Mar 4, 2019
1 parent 121a09a commit 7a55760
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 7a55760

Please sign in to comment.