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

Add lint packages #1

Merged
merged 3 commits into from
Nov 14, 2018

Conversation

helfi92
Copy link
Contributor

@helfi92 helfi92 commented Nov 12, 2018

@helfi92 helfi92 self-assigned this Nov 12, 2018
"scripts": {
"lint": "eslint --cache --format codeframe --ext js packages/*",
"test": "yarn lint",
"verdaccio:release": "lerna publish --registry http://localhost:4873 --yes --no-verify-access --no-git-tag-version --no-push --exact"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I wonder if this is the recommended command to run when releasing scoped packages on verdaccio. That's what I've been doing.

Copy link

@eliperelman eliperelman left a comment

Choose a reason for hiding this comment

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

Looks good. One recommendation I would make would be to put something about Mozilla Frontend Infra in the package descriptions, otherwise it isn't clear from the description what they are for generically.

@helfi92
Copy link
Contributor Author

helfi92 commented Nov 13, 2018

Sounds good, I appreciate you taking the time to review this patch. Out of curiosity, what script do you run for verdaccio in order to quickly test your projects. I usually do lerna publish --registry http://localhost:4873 --yes --no-verify-access --no-git-tag-version --no-push --exact but not sure if that's totally correct.

@helfi92 helfi92 merged commit 5fbb3ac into mozilla-frontend-infra:master Nov 14, 2018
@helfi92
Copy link
Contributor Author

helfi92 commented Nov 14, 2018

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