-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
display storybook version #559
Conversation
@@ -27,6 +27,8 @@ program | |||
.option('--enable-db', 'DEPRECATED!') | |||
.parse(process.argv); | |||
|
|||
logger.info(chalk.bold(`${packageJson.name} v${packageJson.version}`)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a new line to end of this line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add this to the build.js
in the same directory.
That's what's get invoked when you run npm run build-storybook
.
Ok |
Hi @arunoda
It may be worth adding "start" and "build" between the name and version? |
I just published a new version with the PR you sent. I didn't get this part?
|
I just wrote this in the same moment when you merged it and didn't see it :) |
here it is #553