From 9cb28133a1daabdd684ed4a429d923c4903db2b4 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Wed, 8 Jan 2025 14:24:19 -0500 Subject: [PATCH] Call out need to replace project name placeholder --- releases/7.6.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/7.6.0.md b/releases/7.6.0.md index 59faeb7c34..d43a4801c6 100644 --- a/releases/7.6.0.md +++ b/releases/7.6.0.md @@ -295,7 +295,7 @@ Minor incompatibilities: ``` "license": "AGPL-3.0-only", ``` - 2. Update the value of `scripts`: + 2. Update the value of `scripts`, taking care to replace `{{ project_name }}` with your project name in the `prettier:check` and `prettier:fix` commands: ``` "scripts": { "build_development": "npm run eslint:check && npm run ts:check && cross-env NODE_OPTIONS=--max-old-space-size=2048 webpack --config ./webpack/webpack.config.dev.js",