From 34b58d2974e594cd0c48e50fc91b8716af8279f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 18 Feb 2021 12:33:54 -0500 Subject: [PATCH] Strengthen warning about not changing composer.json --- tools/creating-new-drutopia-site.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/creating-new-drutopia-site.md b/tools/creating-new-drutopia-site.md index 9096494..d6ecb82 100644 --- a/tools/creating-new-drutopia-site.md +++ b/tools/creating-new-drutopia-site.md @@ -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"