-
Notifications
You must be signed in to change notification settings - Fork 205
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
Replace yarn with npm #7222
Replace yarn with npm #7222
Conversation
2a375bf
to
b8bd3a2
Compare
a09e93e
to
2e3a08e
Compare
648ee92
to
b2fa770
Compare
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.
Thnx Robin!
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.
Nice work, thank you!
This also needs to update the release instructions which currently still reference yarn.
@cocreature think this is still all WiP, right @Robin-da? |
@nemanja-da No, now it's ready for review. |
08ba56e
to
3ea3358
Compare
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.
This is awesome. Thanks a lot.
daml-assistant/integration-tests/src/DA/Daml/Assistant/CreateDamlAppTests.hs
Outdated
Show resolved
Hide resolved
3cb60f0
to
063bcb5
Compare
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.
Nice work thank you! One comment on the node version which still matters and I agree with @hurryabit wtr to the .gitignore
.
CHANGELOG_BEGIN CHANGELOG_END
063bcb5
to
05a1d03
Compare
* replace yarn with npm in docs CHANGELOG_BEGIN CHANGELOG_END * updating assistant and compatibility tests * moved gitignore entry to toplevel
We replace
yarn
withnpm
and update the daml assistant and compatibility tests accordingly. To update the @daml.js library, just rerun the codegen, npm will pick up the changes automatically.Pull Request Checklist
CHANGELOG_BEGIN
andCHANGELOG_END
tagsNOTE: CI is not automatically run on non-members pull-requests for security
reasons. The reviewer will have to comment with
/AzurePipelines run
totrigger the build.