Skip to content
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

Merged
merged 8 commits into from
Jan 28, 2016
Merged

Use ta-scripts #153

merged 8 commits into from
Jan 28, 2016

Conversation

levithomason
Copy link
Member

No description provided.


npm run release:major
npm run release:minor
npm run release:patch
Copy link
Member Author

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
Copy link
Member Author

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.

@ghost
Copy link

ghost commented Jan 28, 2016

Less is more 💳

@dvdzkwsk
Copy link
Member

👻

@@ -9,7 +9,8 @@ machine:

dependencies:
pre:
- pip install awscli
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
- npm install -g npm@3
Copy link
Member Author

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.

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

Successfully merging this pull request may close these issues.

2 participants