designsystemsinternational / mechanic

Mechanic is a framework to build assets built on web code.
https://mechanic.design
MIT License
253 stars 11 forks source link

fix: extra line gets logged when finishing running create-mechanic #163

Closed fdoflorenzano closed 2 years ago

fdoflorenzano commented 2 years ago

Found another little issue. An extra line would get logged because an extra one got added accidentally at some point.

It was logging:

Done! Mechanic project created at my-project
To start you now can run:
> `cd my-project`
> `npm install` or `yarn install`
> 
> `npm run dev` or `yarn run dev`

And now:

Done! Mechanic project created at my-project
To start you now can run:
> `cd my-project-2`
> `npm install` or `yarn install`
> `npm run dev` or `yarn run dev`
netlify[bot] commented 2 years ago

Deploy Preview for dsi-logo-maker ready!

Name Link
Latest commit 85b02fe94a301ad9333d275357c6167ce8beaeb7
Latest deploy log https://app.netlify.com/sites/dsi-logo-maker/deploys/63723e03d348a40008b7dae6
Deploy Preview https://deploy-preview-163--dsi-logo-maker.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

runemadsen commented 2 years ago

Me too!