-
Notifications
You must be signed in to change notification settings - Fork 6
Set up automated build and deployment #62
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
Conversation
Done by `npx semantic-release-cli setup`
PaulHax
left a comment
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.
Looks good. Might be nice to add 1 more step to the workflow of npm run prettier (without --write). npm run lint would be nice too, but I don't think we are there yet.
The `.npmignore` file is just like `.gitignore`, but without the dist directory as we want dist to be published in the jsdelivr. More info about [npmjs files](https://docs.npmjs.com/cli/v8/configuring-npm/package-json#files)
|
Great, thanks @PaulHax! |
|
Merging so we see if it releases a new version automatically. Hopefully we can then try to use the jsdelivr link in JupyterLite (instead of using the local host). The current release is missing the 'dist' directory. |
under construction