Strengthen warning about not changing composer.json

This commit is contained in:
benjamin melançon 2021-02-18 12:33:54 -05:00
parent 679594b5f3
commit 34b58d2974

View file

@ -139,7 +139,7 @@ cp composer.json ~/Projects/drutopia-platform/build_source/
cp composer.lock ~/Projects/drutopia-platform/build_source/
cd ~/Projects/drutopia-platform/build_source/
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 add -p composer.lock
git commit -m "Update composer lock file"