-
Notifications
You must be signed in to change notification settings - Fork 115
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 build scripts #2302
Update build scripts #2302
Conversation
@@ -40,6 +41,9 @@ jobs: | |||
- name: checks | |||
run: | | |||
yarn install --frozen-lockfile --network-timeout 120000 | |||
yarn workspace @joystream/types build | |||
yarn workspace @joystream/cd-schemas generate:all |
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.
We don't need to build cd-schemas here
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.
indeed
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.
done in d9d6762
.github/workflows/network-tests.yml
Outdated
yarn workspace @joystream/types build | ||
yarn workspace @joystream/cd-schemas generate:all | ||
yarn workspace @joystream/cd-schemas build | ||
yarn workspace @joystream/cli build |
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 there a reason for building the CLI here?
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.
no, will drop
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.
done in d9d6762
.github/workflows/network-tests.yml
Outdated
yarn workspace @joystream/types build | ||
yarn workspace @joystream/cd-schemas generate:all | ||
yarn workspace @joystream/cd-schemas build | ||
yarn workspace @joystream/cli build |
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 there a reason for building the CLI here?
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.
no will drop
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.
done in d9d6762
yarn workspace @joystream/cd-schemas generate:all | ||
yarn workspace @joystream/cd-schemas build | ||
yarn workspace query-node-root build | ||
yarn workspace @joystream/cli build |
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 there a reason for building the CLI here?
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.
I don't think query-node tests currently use the cli so will remove
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.
done in d9d6762
Some minor polishing of README files and correcting ref to rust nightly version.
Pulled from sumer branch cleaner build scripts and updated READMEs.