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

fix: Ensure top level commands work correctly #105

Merged
merged 3 commits into from
Apr 27, 2023
Merged

Conversation

kinyoklion
Copy link
Member

This PR fixes the ability to run a build at the top level.

"//": "When using build:doc you need to specify the workspace. 'yarn run build:doc packages/shared/common' for example.",
"build:doc": "./scripts/build-doc.sh $1",
"lint": "npx eslint . --ext .ts",
"lint:fix": "yarn run lint -- --fix",
"test": "npx jest",
"test": "echo Please run tests for individual packages.",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couldn't run the cloudflare tests, so I just put this warning message in instead.

@kinyoklion kinyoklion merged commit 762571f into main Apr 27, 2023
@kinyoklion kinyoklion deleted the rlamb/fix-basic-build branch April 27, 2023 18:33
@github-actions github-actions bot mentioned this pull request Apr 27, 2023
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