-
Notifications
You must be signed in to change notification settings - Fork 8
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
build: updates project name and references. #25
Conversation
Oop - need to migrate to Yarn. |
@@ -19,6 +19,7 @@ | |||
}, | |||
"scripts": { | |||
"build": "ember build --environment=production", | |||
"ci": "yarn install --ignore-engines --frozen-lockfile", |
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 ignore engines still needed on node 14? And do we want to adjust the engines below?
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.
Great Q - For now I'm keeping it all similar across all projects, but will remove in future.
From memory there is something that causes an issue (requires newer node) ...
ember-cli-update
/ember
declare the engine preference, so I'm keeping it where ember believes the engines should be :)
Cheers man!
Adds the goodies