-
Notifications
You must be signed in to change notification settings - Fork 1
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
add release workflow #6
Conversation
Signed-off-by: Ilias Elbarnoussi <[email protected]>
run: pnpm install --frozen-lockfile | ||
|
||
- name: Build the library | ||
run: pnpm 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.
We also need to generate before releasing.
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.
You suggested to run the generate script before build
"build": "pnpm generate && tsc"
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.
Should we separate the scripts?
Signed-off-by: Ilias Elbarnoussi <[email protected]>
Signed-off-by: Ilias Elbarnoussi <[email protected]>
Co-authored-by: Berend Sliedrecht <[email protected]>
Signed-off-by: Ilias Elbarnoussi <[email protected]>
Signed-off-by: Ilias Elbarnoussi <[email protected]>
Can you resolve the conflicts @IliasElbarnoussi? |
Signed-off-by: Ilias Elbarnoussi <[email protected]>
Signed-off-by: Ilias Elbarnoussi [email protected]