Skip to content
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

fix: ensure dist/docs is a directory during build #202

Merged
merged 1 commit into from
Jul 5, 2022
Merged

Conversation

dpopp07
Copy link
Member

@dpopp07 dpopp07 commented Jun 30, 2022

A recent change seems to have removed the creation of the dist/docs/
folder during the build and as such, the cp command we invoke was
renaming the JSON docs file as a new file with the name docs.

This change ensures a folder called dist/docs/ is created if one
is not already present.

Resolves #201

A recent change seems to have removed the creation of the `dist/docs/`
folder during the build and as such, the `cp` command we invoke was
renaming the JSON docs file as a new file with the name `docs`.

This change ensures a folder called `dist/docs/` is created if one
is not already present.
@dpopp07 dpopp07 requested a review from padamstx June 30, 2022 17:13
Copy link
Member

@padamstx padamstx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dpopp07 dpopp07 merged commit 1b3ef62 into main Jul 5, 2022
@dpopp07 dpopp07 deleted the dp/fix-docs-issue branch July 5, 2022 13:31
ibm-devx-sdk pushed a commit that referenced this pull request Jul 5, 2022
## [2.17.15](v2.17.14...v2.17.15) (2022-07-05)

### Bug Fixes

* ensure dist/docs is a directory during build ([#202](#202)) ([1b3ef62](1b3ef62))
@ibm-devx-sdk
Copy link

🎉 This PR is included in version 2.17.15 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: EISDIR: illegal operation on a directory
3 participants