Skip to content

Commit

Permalink
refactor: move to monorepo (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyerburgh committed Mar 4, 2018
1 parent 2b078c6 commit c971bad
Show file tree
Hide file tree
Showing 153 changed files with 9,677 additions and 31,842 deletions.
20 changes: 20 additions & 0 deletions .circleci/config.yml
@@ -0,0 +1,20 @@
version: 2
jobs:
build:
docker:
- image: circleci/node:6.13.0-stretch-browsers
working_directory: ~/repo

steps:
- checkout
- run: yarn --version
- run: yarn
- run: yarn bootstrap
- run: yarn build:test
- run: yarn test
- run: yarn test:compat

- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "yarn.lock" }}
2 changes: 1 addition & 1 deletion .flowconfig
Expand Up @@ -6,4 +6,4 @@
flow

[options]
suppress_comment= \\(.\\|\n\\)*\\$FlowIgnore
suppress_comment= \\(.\\|\n\\)*\\$FlowIgnore
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -25,4 +25,4 @@ tmp*
# Vim
*.sw[po]

yarn.lock
package-lock.json
11 changes: 0 additions & 11 deletions circle.yml

This file was deleted.

0 comments on commit c971bad

Please sign in to comment.