Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
934
Issues
934
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Development
Core
Commits
9500c14a
Commit
9500c14a
authored
Mar 01, 2016
by
xurizaemon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CRM-18098. Call tcpdf-cleanup.sh from composer.
parent
b42a4864
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
composer.json
composer.json
+4
-2
No files found.
composer.json
View file @
9500c14a
...
...
@@ -29,10 +29,12 @@
],
"scripts"
:
{
"post-install-cmd"
:
[
"bash tools/scripts/composer/dompdf-cleanup.sh"
"bash tools/scripts/composer/dompdf-cleanup.sh"
,
"bash tools/scripts/composer/tcpdf-cleanup.sh"
],
"post-update-cmd"
:
[
"bash tools/scripts/composer/dompdf-cleanup.sh"
"bash tools/scripts/composer/dompdf-cleanup.sh"
,
"bash tools/scripts/composer/tcpdf-cleanup.sh"
]
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment