Skip to content

Commit 175ea69

Browse files
committed
Edit Lerna config
Signed-off-by: Alan Cha <[email protected]>
1 parent 8fee416 commit 175ea69

File tree

6 files changed

+23301
-11
lines changed

6 files changed

+23301
-11
lines changed

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,3 @@ tmp
4444

4545
# OS configuration
4646
*.DS_Store
47-
48-
# Lock files:
49-
package-lock.json

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ os:
1414
install:
1515
- npm install
1616
- npm i -g typescript jest
17-
- lerna bootstrap --no-ci
17+
- lerna bootstrap --ci
1818

1919
script: npm run test
2020

lerna.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "independent",
4-
"command": {
5-
"bootstrap": {
6-
"concurrency": 8,
7-
"ci": false
8-
}
9-
}
3+
"version": "independent"
104
}

0 commit comments

Comments
 (0)