-
Notifications
You must be signed in to change notification settings - Fork 251
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: add CFA support #171
Conversation
keys: | ||
- v1-dependencies-{{ checksum "package-lock.json" }} | ||
- v1-dependencies- | ||
- run: npm install |
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.
Personally would prefer yarn
(and it's locking strategy) over npm
and a package lock. That's the path I've been taking on other CircleCI + CFA conversions
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.
Seems legit 👍
Do we have all the tokens set in Circle CI? |
@zcbenz Yes I set up all the tokens we need 👍 |
Nice! I assume this should be merged before #170? |
Yep! |
🎉 This PR is included in version 2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I think this is all I have to do, code-wise?