-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Multiple fixes related to alpha, tests and build #1528
Conversation
Related: #15101
Codecov Report
@@ Coverage Diff @@
## master #1528 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 98 98
Lines 1763 1765 +2
=========================================
+ Hits 1763 1765 +2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for your contrib! 🎉
@@ -67,7 +67,7 @@ | |||
"build:es": "babel src -d es --env-name=es", | |||
"build:node": "babel src -d .", | |||
"build": "npm run build:browser && npm run build:node && npm run build:es", | |||
"pretest": "npm run lint && npm run build", | |||
"pretest": "npm run build && npm run lint", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is one of the things making my previous builds to fail, I'll retry the PR I'd reverted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exactly
index.js
as discussed in chore: update gitignore #1526 and fixed pipeline to prevent running eslint before buildingfr-CA
locale as discussed in feat: Add fr-CA locale #1511 (based on @purell work )fa-IR
locale as discussed in fix(isAlpha): fix ح character validation in fa-IR language code (#1400) #1455isStrongPassword
with default options to make code coverage happy again (100%) .sudo
key in travis config https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migrationChecklist