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: Check for package.json in examples #200

Merged
merged 1 commit into from Nov 30, 2021

Conversation

btmills
Copy link
Member

@btmills btmills commented Nov 28, 2021

Previously, OS-created hidden files like .DS_Store in examples/ would cause the prepare and test scripts to throw ENOTDIR. They now filter for directories that contain a package.json before installing dependencies or running tests.

Previously, OS-created hidden files like `.DS_Store` in `examples/`
would cause the prepare and test scripts to throw `ENOTDIR`. They now
filter for directories that contain a `package.json` before installing
dependencies or running tests.
@btmills btmills added the chore label Nov 28, 2021
@btmills btmills merged commit 8db0978 into main Nov 30, 2021
@btmills btmills deleted the check-package-json-before-install branch November 30, 2021 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants