Strengthen warning about not changing composer.json
This commit is contained in:
parent
679594b5f3
commit
34b58d2974
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ cp composer.json ~/Projects/drutopia-platform/build_source/
|
||||||
cp composer.lock ~/Projects/drutopia-platform/build_source/
|
cp composer.lock ~/Projects/drutopia-platform/build_source/
|
||||||
cd ~/Projects/drutopia-platform/build_source/
|
cd ~/Projects/drutopia-platform/build_source/
|
||||||
git add -p composer.json
|
git add -p composer.json
|
||||||
# Make certain no changes to `composer.json` that shouldn't be shared by every site
|
# IMPORTANT: Make no changes to `composer.json` that shouldn't be shared by every site
|
||||||
git commit -m "Add x module or patch for z"
|
git commit -m "Add x module or patch for z"
|
||||||
git add -p composer.lock
|
git add -p composer.lock
|
||||||
git commit -m "Update composer lock file"
|
git commit -m "Update composer lock file"
|
||||||
|
|
Loading…
Reference in a new issue