1
0
Fork 0

fix(scripts): Remove references to lab development environment (#7232)

Co-authored-by: Benjamin Fan <ben-git@swinglonga.com>
This commit is contained in:
BenJamesBen 2024-11-16 06:43:10 -08:00 committed by GitHub
parent 788ea77ffa
commit ef8f68bcaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View file

@ -77,7 +77,7 @@ async function addDesign() {
👉 We've created your design skeleton at ${chalk.green('designs/' + name)}
👉 We've configured the packages via the ${chalk.green('package.json')} file
👉 We've added ${chalk.green('designs/' + name)} to the lab
👉 We've added ${chalk.green('designs/' + name)} to the local repository
${chalk.bold.yellow('✏️ Make it your own')}
@ -103,7 +103,7 @@ async function addDesign() {
${chalk.bold.yellow('👷 Get to work')}
${chalk.gray('≡≡≡≡≡≡≡≡≡≡≡≡≡≡')}
🚀 You can now start the development environment with ${chalk.blue('yarn lab')}
🚀 You can now start the org development environment with ${chalk.blue('yarn org')}
📖 Documentation is available at ${chalk.green('https://freesewing.dev/')}
🤓 Happy hacking
@ -175,7 +175,7 @@ async function addPlugin() {
${chalk.bold.yellow('👷 Get to work')}
${chalk.gray('≡≡≡≡≡≡≡≡≡≡≡≡≡≡')}
🛠 You can now start the development environment with ${chalk.blue('yarn lab')}
🛠 You can now start the org development environment with ${chalk.blue('yarn org')}
📖 Documentation is available at ${chalk.green('https://freesewing.dev/')}
🤓 Happy hacking