-
Notifications
You must be signed in to change notification settings - Fork 828
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
Adds initial circle config file #32
Conversation
Oops meant to open this on my forked repo, ignore this for now |
steps: | ||
- checkout | ||
- run: node -v | ||
- run: npm -v |
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.
yarn versions
gives you the versions of Node, Yarn and built-in module versions in one command.
- run: npm -v | ||
- run: | ||
name: dependency-install | ||
command: yarn install --frozen-lockfile |
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.
We are not committing yarn.lock
so this will fail.
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.
The result of this should also be cached.
…elemetry#32) Co-authored-by: Valentin Marchaud <[email protected]>
…elemetry#32) Co-authored-by: Valentin Marchaud <[email protected]>
No description provided.