Skip to content

Commit

Permalink
refactor(global): restructures repo with lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
didimitrie committed Jan 3, 2021
1 parent 729c475 commit cd95c28
Show file tree
Hide file tree
Showing 188 changed files with 12,963 additions and 8,133 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ jobs:
- restore_cache:
key: 'deps-{{ checksum "package.json" }}'
- run: 'npm install'
- run: 'lerna bootstrap'
- save_cache:
paths:
- node_modules
- ./server/node_modules
key: 'deps-{{ checksum "package.json" }}'
- run: 'dockerize -wait tcp://localhost:5432 -timeout 1m'
- run: 'npm run test:server'
- run: 'lerna run test'
- run: 'bash <(curl -s https://codecov.io/bash)'
6 changes: 6 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"packages": [
"packages/*"
],
"version": "independent"
}
Loading

0 comments on commit cd95c28

Please sign in to comment.