mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore: change create-project script in challenge editor (#56064)
This commit is contained in:
@@ -52,9 +52,8 @@ const SuperBlock = () => {
|
||||
<hr />
|
||||
<h2>Create New Project</h2>
|
||||
<p>
|
||||
Want to create a new project? Open your terminal, point to the{' '}
|
||||
<code>tools/challenge-helper-scripts</code> directory, and run{' '}
|
||||
<code>pnpm run create-project</code>
|
||||
Want to create a new project? Open your terminal and run{' '}
|
||||
<code>pnpm run create-new-project</code>
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user