Skip to content
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

Merged
merged 4 commits into from
Dec 30, 2022
Merged

Conversation

hoangmirs
Copy link
Collaborator

What happened 👀

  • oclif did not set NODE_ENV=production for the command, then it failed to get the correct skeleton path. So we just need to set that in the bin/run
  • Bump version to 1.4.0 for the next release

Insight 📝

N/A

Proof Of Work 📹

You can test with the version @nimblehq/[email protected]

mirs_Mirss-MacBook-Pro___Documents_Nimble_Projects_internal_and_Comparing_develop___bug_131-fix-cant-generate-project_·_nimblehq_infrastructure-templates

@hoangmirs hoangmirs added the type : bug Something isn't working label Dec 25, 2022
@hoangmirs hoangmirs added this to the 1.4.0 milestone Dec 25, 2022
@hoangmirs hoangmirs self-assigned this Dec 25, 2022
Copy link
Member

@andyduong1920 andyduong1920 left a 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",
Copy link
Member

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

Copy link
Collaborator Author

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
@hoangmirs hoangmirs merged commit e27bf4a into develop Dec 30, 2022
@hoangmirs hoangmirs deleted the bug/131-fix-cant-generate-project branch December 30, 2022 06:36
@hoangmirs hoangmirs mentioned this pull request Dec 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type : bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't generate the project
5 participants