Commit c4e74296 authored by Eduardo Sanz García's avatar Eduardo Sanz García Committed by Eduardo

Update packages before running prettier

If `make sure` or `make checkformatting` are the first command that are
run after version update that included prettier, the commands will use
the previous version of prettier.
parent 40ee1f43
...@@ -47,11 +47,11 @@ clean: ...@@ -47,11 +47,11 @@ clean:
rm -rf build rm -rf build
.PHONY: format .PHONY: format
format: format: node_modules/.uptodate
yarn run format yarn run format
.PHONY: checkformatting .PHONY: checkformatting
checkformatting: checkformatting: node_modules/.uptodate
yarn run checkformatting yarn run checkformatting
.PHONY: sure .PHONY: sure
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment