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

Publish only the dist directory #89

Merged
merged 2 commits into from
Nov 1, 2024
Merged

Publish only the dist directory #89

merged 2 commits into from
Nov 1, 2024

Conversation

EdwinOtten
Copy link
Owner

@EdwinOtten EdwinOtten commented Nov 1, 2024

Fixes #88

Update the Publish to npm step in the npm-publish.yml workflow to publish only the contents of the dist directory.

  • Add package: dist to the with section of the Publish to npm step.

For more details, open the Copilot Workspace session.

Fixes #88

Update the `Publish to npm` step in the `npm-publish.yml` workflow to publish only the contents of the `dist` directory.

* Add `package: dist` to the `with` section of the `Publish to npm` step.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/EdwinOtten/sportlink-to-mailchimp-converter/issues/88?shareId=XXXX-XXXX-XXXX-XXXX).
Copy link

github-actions bot commented Nov 1, 2024

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 100% 73/73
🟢 Branches 100% 17/17
🟢 Functions 100% 23/23
🟢 Lines 100% 55/55

Test suite run success

8 tests passing in 2 suites.

Report generated by 🧪jest coverage report action from e47c33b

@EdwinOtten EdwinOtten merged commit dc2f1fa into master Nov 1, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

npm-publish.yml workflow is publishing the whole git directory
1 participant