-
Notifications
You must be signed in to change notification settings - Fork 11
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
Update the workflow file to follow the example of the main Comunica repository #155
base: master
Are you sure you want to change the base?
Conversation
7932eaa
to
9a7dfb8
Compare
run: yarn install --frozen-lockfile --ignore-engines | ||
- name: Build project | ||
run: yarn run build | ||
- name: Build project -- esModuleInterop true |
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.
Just like on base comunica, we need to keep this one as well.
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.
The tsconfig file of link traversal actually has the flag in it already, so this extra build step is not needed here. That is why I removed it.
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.
Hmm, right, that's because of a dep on one of the inrupt libs.
Now, I would still keep it, because I want to remove that flag from the config when possible.
So we need to keep this in the CI, otherwise we may forget re-adding it.
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.
Okay, it is back now, but in the tooling test step. That one felt like the correct place to add it.
dd90751
to
b219bd6
Compare
This is a work-in-progress PR, so I will make it a draft. It is also based off #154 so the changelog might look strange.This is now based on the master branch, and does not depend on other branches, so I made it an actual PR. Any feedback would be welcome. 🙂 I was going to enable the system tests on all three platforms, but they were all failing, maybe due to the server getting overloaded or something, so I left them as they were.