Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2021-03-12 16:49:13 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6326537b641ade283898575c2a972ce8fcd7dfdf
6326537b
1 parent
8c04d5b5
Add clean-dart command
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
Makefile
Makefile
View file @
6326537
...
...
@@ -133,6 +133,9 @@ test: test-pdf test-printing test-demo node_modules
clean
:
git clean -fdx -e .vscode -e ref
clean-dart
:
for
d
in
$(
shell
find . -name build -o -name .dart_tool -type directory
)
;
do
rm -rf
$$
d;
done
publish-pdf
:
format clean
test
-z
"
$(
shell
git status --porcelain
)
"
find pdf -name pubspec.yaml -exec sed -i -e
's/^dependency_overrides:/_dependency_overrides:/g'
'{}'
';'
...
...
Please
register
or
login
to post a comment