-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
67 changed files
with
25,381 additions
and
44,624 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
.DS_Store | ||
.idea | ||
.nyc_output | ||
.nx | ||
.vscode | ||
/coverage | ||
node_modules | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1 @@ | ||
# ULMS kit | ||
|
||
[![codecov](https://codecov.io/gh/netology-group/ulms-media-ui/branch/add-package-manager/graph/badge.svg?token=e10nIirTN9)](https://codecov.io/gh/netology-group/ulms-media-ui) | ||
[![Build Status](https://netology-group.semaphoreci.com/badges/ulms-media-ui/branches/master.svg?style=shields)](https://netology-group.semaphoreci.com/projects/ulms-media-ui) | ||
|
||
## Development | ||
|
||
Lerna is a dev-dependency so there is no need to install it globally. | ||
|
||
- Link all the components | ||
|
||
```bash | ||
npx lerna exec 'npm link' | ||
``` | ||
|
||
- Build all packages | ||
|
||
```bash | ||
npx lerna run build | ||
``` | ||
|
||
- Provide build capabilities to the packages (runs automatically after installation) | ||
|
||
```bash | ||
npm run postinstall | ||
``` | ||
# ULMS components |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"$schema": "node_modules/lerna/schemas/lerna-schema.json", | ||
"version": "independent", | ||
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "1.0.0" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"targetDefaults": { | ||
"build": { | ||
"cache": true, | ||
"dependsOn": [] | ||
}, | ||
"lint": { | ||
"cache": true, | ||
"dependsOn": [] | ||
} | ||
} | ||
} |
Oops, something went wrong.