-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Use ta-scripts #153
Use ta-scripts #153
Conversation
|
||
npm run release:major | ||
npm run release:minor | ||
npm run release:patch |
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.
Releases are now easy and explicit. Thanks to our ta-scripts package, they are also consistent across our projects.
@@ -9,7 +9,7 @@ machine: | |||
|
|||
dependencies: | |||
pre: | |||
- pip install awscli | |||
- npm install -g npm@3 |
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.
awscli
is used to sync to s3 (future dist assets). The ta-script package will handle installing it if it doesn't exist.
Less is more 💳 |
👻 |
@@ -9,7 +9,8 @@ machine: | |||
|
|||
dependencies: | |||
pre: | |||
- pip install awscli | |||
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc | |||
- npm install -g npm@3 |
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.
awscli is used to sync to s3 (future dist assets). The ta-script package will handle installing it if it doesn't exist.
No description provided.