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

chore(package): store application resources in the lib folder #300

Merged
merged 3 commits into from
Sep 18, 2024

Conversation

tbouffard
Copy link
Member

Previously in they were stored in the dist folder, which is commonly used to store bundles.
lib is generally use to store the generated javascript code, so the npm package now follows this
convention.

Notes

Here are some links about the usage of the lib and dist folders in the npm packages:

Previously in they were stored in the `dist` folder, which is commonly used to store bundles.
`lib` is generally use to store the generated javascript code, so the npm package now follows this
convention.
@tbouffard tbouffard added the chore Build, CI/CD or repository tasks (issues/PR maintenance, environments, ...) label Sep 18, 2024
Copy link

github-actions bot commented Sep 18, 2024

🎊 PR Preview 647f424 has been successfully built and deployed to https://process-analytics-bv-experimental-add-ons-demo-pr-300.surge.sh

🕐 Build time: 0.009s

🤖 By surge-preview

Copy link

sonarcloud bot commented Sep 18, 2024

@tbouffard tbouffard marked this pull request as ready for review September 18, 2024 08:26
@tbouffard tbouffard merged commit 87b969b into main Sep 18, 2024
4 checks passed
@tbouffard tbouffard deleted the chore/npm_package_lib_folder branch September 18, 2024 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Build, CI/CD or repository tasks (issues/PR maintenance, environments, ...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant