Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WCMS
uw_base_profile
Commits
c9af4984
Commit
c9af4984
authored
Oct 08, 2019
by
Kevin Paxman
Browse files
Theoretically discard local changes when rebuilding
parent
194d821b
Changes
2
Hide whitespace changes
Inline
Side-by-side
composer.json
View file @
c9af4984
...
...
@@ -15,6 +15,7 @@
"libraries/libraries"
:
"*"
},
"config"
:
{
"discard-changes"
:
true
,
"secure-http"
:
false
,
"sort-packages"
:
true
,
"vendor-dir"
:
"../../vendor"
...
...
scripts/rebuild_profile.sh
View file @
c9af4984
...
...
@@ -20,7 +20,7 @@ echo "Clearing the composer cache..."
composer clear-cache
echo
"Running composer install..."
composer
install
composer
install
--no-interaction
echo
""
echo
"Done rebuilding profile."
echo
""
...
...
Write
Preview
Supports
Markdown
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