Skip to content

Commit

Permalink
Merge pull request #4 from payscale/DoTheThing
Browse files Browse the repository at this point in the history
take out yarn build from yml
  • Loading branch information
jrskerritt authored Jan 15, 2019
2 parents 3bcc2fa + 8cbfee5 commit 98b18eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@ jobs:

- run: yarn lint

- run: yarn test

- run: yarn build
- run: yarn test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-beret",
"version": "0.1.2",
"version": "0.1.3",
"description": "React components for your web page's tracking, assets, and more",
"author": "Jim Skerritt <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 98b18eb

Please sign in to comment.