-
Notifications
You must be signed in to change notification settings - Fork 22
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
6.0.3 broken? #173
Labels
Comments
jamesfer
added a commit
that referenced
this issue
Dec 21, 2020
Runs `yarn build` before releasing the bundle to npm. This was step was forgotten when migrating the build to Github Actions. fixes #173
Hey, thank you very much for pointing this out. I've just released a new version that should have the issue corrected |
github-actions bot
pushed a commit
that referenced
this issue
Dec 21, 2020
## [6.0.4](v6.0.3...v6.0.4) (2020-12-21) ### Bug Fixes * **build:** add missing build step before releasing ([cd68ec3](cd68ec3)), closes [#173](#173) [skip ci]
🎉 This issue has been resolved in version 6.0.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
github-actions bot
pushed a commit
to Bastianowicz/cypher-query-builder
that referenced
this issue
Feb 19, 2021
# [6.1.0](v6.0.2...v6.1.0) (2021-02-19) ### Bug Fixes * **build:** add missing build step before releasing ([cd68ec3](cd68ec3)), closes [jamesfer#173](https://github.com/bastianowicz/cypher-query-builder/issues/173) * **builder.ts:** Selectable should allow any string key in nested selectors ([92b3a96](92b3a96)) * **Package:** Reduce package size ([b8238ac](b8238ac)) * **version:** fixed version number ([d5c1cb8](d5c1cb8)) ### Features * **builder:** Return type hint for Query ([2098e70](2098e70)) * **builder:** Return type hint for return object ([db679be](db679be)) * **builder:** Return type hint for return object ([5acead1](5acead1)) * **builder.ts:** builder.returnObject() ([dd2d084](dd2d084)) [skip ci]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, just upgraded to 6.0.3 after the GH action change and there's no dist/ available in the package.
I noticed that the actual build in travis used to happen during validate, which I didn't seem to notice being called in the new flow.
The text was updated successfully, but these errors were encountered: