Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
chore: fix lerna setup (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasimir authored Nov 6, 2020
1 parent 4600491 commit 3651786
Show file tree
Hide file tree
Showing 8 changed files with 20,677 additions and 37,633 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ language: node_js
sudo: false
node_js:
- 12
script: npm run-script ci
script: npm ci && npm run test-ci
3 changes: 1 addition & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"lerna": "2.0.0-beta.38",
"version": "4.0.4",
"version": "independent",
"packages": [
"packages/*"
]
Expand Down
12,371 changes: 4,473 additions & 7,898 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@
"mongodb-js"
],
"scripts": {
"ci": "npm install && lerna bootstrap && npm run compile && npm run check && npm test",
"install": "lerna bootstrap --concurrency=1",
"postinstall": "npm run compile",
"ci": "lerna bootstrap --ci --concurrency=1",
"check": "lerna run check",
"test": "lerna run test",
"test-ci": "npm run check && npm test",
"compile": "lerna run compile"
},
"precommit": [
Expand Down Expand Up @@ -55,6 +58,5 @@
"webpack-merge": "^4.2.2",
"webpack-node-externals": "^1.7.2",
"webpack-sources": "^1.4.3"
},
"dependencies": {}
}
}
12,157 changes: 4,188 additions & 7,969 deletions packages/hadron-react-bson/package-lock.json

Large diffs are not rendered by default.

12,958 changes: 4,588 additions & 8,370 deletions packages/hadron-react-buttons/package-lock.json

Large diffs are not rendered by default.

13,767 changes: 4,966 additions & 8,801 deletions packages/hadron-react-components/package-lock.json

Large diffs are not rendered by default.

Loading

0 comments on commit 3651786

Please sign in to comment.