-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix: Can't generate the project #139
Conversation
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.
approved with a small comment
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "@nimblehq/infra-template", | |||
"version": "1.2.0", | |||
"version": "1.4.0", |
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.
is it 1.3.0 @hoangmirs
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.
1.3.0
was the last release. I did not change it, then I had to release it manually
Fix: No .gitignore file in the generated project
What happened 👀
NODE_ENV=production
for the command, then it failed to get the correctskeleton
path. So we just need to set that in thebin/run
1.4.0
for the next releaseInsight 📝
N/A
Proof Of Work 📹
You can test with the version
@nimblehq/[email protected]