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

Remove ./dist/dist folder #257

Closed
woodser opened this issue Sep 13, 2024 · 1 comment
Closed

Remove ./dist/dist folder #257

woodser opened this issue Sep 13, 2024 · 1 comment

Comments

@woodser
Copy link
Owner

woodser commented Sep 13, 2024

Currently, build assets are copied to ./dist/dist, in order to make tests work from Node.js, e.g. npm run test -- --grep "Sample code demonstration"

The build assets are copied to the nested folder as part of the build_commonjs script in package.json, and referenced from LibraryUtils.ts.

This issue requests getting tests to work in Node.js without needing the ./dist/dist folder, and deleting this folder.

@woodser
Copy link
Owner Author

woodser commented Sep 18, 2024

Fixed by #260

@woodser woodser closed this as completed Sep 18, 2024
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

No branches or pull requests

1 participant