Skip to content

Commit

Permalink
Call out need to replace project name placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls authored and chiatt committed Jan 10, 2025
1 parent debacb9 commit 9cb2813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releases/7.6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9cb2813

Please sign in to comment.