Showing
1 changed file
with
4 additions
and
1 deletions
@@ -60,10 +60,13 @@ get-printing: | @@ -60,10 +60,13 @@ get-printing: | ||
60 | cd printing; flutter packages get | 60 | cd printing; flutter packages get |
61 | cd printing/example; flutter packages get | 61 | cd printing/example; flutter packages get |
62 | 62 | ||
63 | +get-web: | ||
64 | + cd pdf/web_example; pub get | ||
65 | + | ||
63 | get-readme: | 66 | get-readme: |
64 | cd test; flutter packages get | 67 | cd test; flutter packages get |
65 | 68 | ||
66 | -get: get-pdf get-printing get-readme | 69 | +get: $(FONTS) get-pdf get-printing get-web get-readme |
67 | 70 | ||
68 | test-pdf: $(FONTS) get-pdf .coverage | 71 | test-pdf: $(FONTS) get-pdf .coverage |
69 | cd pdf; pub global run coverage:collect_coverage --port=$(COV_PORT) -o coverage.json --resume-isolates --wait-paused &\ | 72 | cd pdf; pub global run coverage:collect_coverage --port=$(COV_PORT) -o coverage.json --resume-isolates --wait-paused &\ |
-
Please register or login to post a comment