chore: change create-project script in challenge editor (#56064)

This commit is contained in:
Ilenia
2024-09-11 12:21:47 +02:00
committed by GitHub
parent 8e9559337f
commit 0257cbdb60
@@ -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>
);