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

lint after build #53

Merged
merged 2 commits into from
Jan 24, 2024
Merged

lint after build #53

merged 2 commits into from
Jan 24, 2024

Conversation

theinterned
Copy link
Contributor

@theinterned theinterned commented Jan 24, 2024

I want to fix a chicken and egg problem where we were linting before the dist/ dir was created. This was resulting in 2:62 error Unable to resolve path to module '../dist/index.js' import/no-unresolved errors during lint.

To address this, I've moved the lint task from prebuild to pretest.

@theinterned theinterned marked this pull request as ready for review January 24, 2024 21:27
@theinterned theinterned requested a review from a team as a code owner January 24, 2024 21:27
@theinterned theinterned requested a review from dgreif January 24, 2024 21:27
@theinterned theinterned force-pushed the ns/fix-lisnt-test-order branch from 0c9430c to 0d89593 Compare January 24, 2024 21:29
@theinterned theinterned self-assigned this Jan 24, 2024
@theinterned theinterned merged commit 30de742 into main Jan 24, 2024
1 check passed
@theinterned theinterned deleted the ns/fix-lisnt-test-order branch January 24, 2024 21:46
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.

3 participants