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

Build and tests #108

Merged
merged 8 commits into from
Mar 26, 2023
Merged

Build and tests #108

merged 8 commits into from
Mar 26, 2023

Conversation

EdJoPaTo
Copy link
Contributor

Please see the commit messages for details about specific changes.

(Part of #106)

also move the single line script into the package.json scripts
should packages its own types
This creates the dist/src folder instead of plain dist.
But this ensures all tests are also build and compile.
this sets the editor to use the same settings as the project uses
Earlier prepublishOnly did update_dist.
prepack didnt existed then.
After publish postpublish is run.

The order on npm publish is: prepublishOnly, prepack, postpublish.

I moved the commit creation to postpublish. The rest of update_dist is
only the git checkout and the build/lint/test.
build/lint/test is now done in the prepack.
they should be removed once strict is enabled but they show some
progress towards strict: true and prevent new issues.
@maxlath maxlath merged commit 57b89e4 into maxlath:main Mar 26, 2023
@EdJoPaTo EdJoPaTo deleted the build-and-tests branch March 26, 2023 17:49
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.

2 participants