Skip to content

Commit

Permalink
Run pub before e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
nkbt committed Aug 6, 2017
1 parent d06590e commit 1d8f15f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
- run: yarn test


- run: yarn pub


- run:
name: yarn e2e
command: |
Expand Down
3 changes: 3 additions & 0 deletions scripts/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,7 @@ const run = async ({cwd}) => {
};


require(`./pub`);


run({cwd: CWD});

0 comments on commit 1d8f15f

Please sign in to comment.