Skip to content

Commit

Permalink
build: adopted lerna and yarn
Browse files Browse the repository at this point in the history
Also changed the CCI script to use it
  • Loading branch information
brecke committed Jul 26, 2019
1 parent 0a8e351 commit 098146e
Show file tree
Hide file tree
Showing 5 changed files with 5,613 additions and 3,288 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- checkout
- run:
name: Install Grunt
command: npm install --silent grunt grunt-cli
command: yarn install --silent grunt grunt-cli
- run:
name: Install NPM dependencies
command: npm install --silent
command: npx lerna bootstrap
- run:
name: Production build
command: npx grunt
Expand Down
8 changes: 8 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"packages": [
"packages/*"
],
"version": "0.0.0",
"npmClient": "yarn",
"useWorkspaces": true
}
Loading

0 comments on commit 098146e

Please sign in to comment.