Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #14

Merged
merged 4 commits into from
Dec 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:
scope: '@euk-labs'

- name: Install dependencies
run: npm install
run: yarn install && yarn add reflect-metadata

- name: Lint
run: npm run lint
run: yarn lint

- name: Test
run: yarn test --ci --coverage --maxWorkers=2

- name: Generate build
run: npm run build
run: yarn build

- name: Publish lib to NPM
run: npm publish --access public
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Our dependencies:

```bash
# Using npm:
npm install @mui/material @emotion/react @emotion/styled inversify inversify-react mobx mobx-react-lite
npm install @mui/material @mui/lab @emotion/react @emotion/styled inversify inversify-react mobx mobx-react-lite

# Using yarn:
yarn add @mui/material @emotion/react @emotion/styled inversify inversify-react mobx mobx-react-lite
yarn add @mui/material @mui/lab @emotion/react @emotion/styled inversify inversify-react mobx mobx-react-lite
```

Installing Componentz 🤩
Expand Down