Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Add test to circleci for environments with typescript@2.0.10 #2034

Merged
merged 1 commit into from
Jan 18, 2017

Conversation

nchen63
Copy link
Contributor

@nchen63 nchen63 commented Jan 14, 2017

No description provided.

Copy link
Contributor

@adidahiya adidahiya left a comment

Choose a reason for hiding this comment

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

generally lgtm

test:
override:
- npm run verify
- case $CIRCLE_NODE_INDEX in [0-2]) npm run verify ;; 3) npm run clean && npm run compile && npm i typescript@2.0.10 && npm run test ;; esac:
Copy link
Contributor

Choose a reason for hiding this comment

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

how about making npm run clean && npm run compile && npm i typescript@2.0.10 && npm run test a new NPM script called verify-with-ts2.0 to make this more readable?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The reason I didn't do that is because it can mess up someone's dev environment without them realizing it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants