Skip to content

Commit

Permalink
fix(yalc): removed yalc and updated the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzschoff committed Jun 8, 2022
1 parent f06e265 commit 572330b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 28 deletions.
25 changes: 1 addition & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,4 @@ We are building storybook on every PR to main. To see the components, visit the

### Release

Releasing is done with the help of semantic-release. More to docs to come...

reuseable react components

### Local Development

Install globally yalc

```bash
npm|yarn install|add yalc -g
```

Once you make some changes in the library run

```bash
yarn yalc-publish
```

Now your changes are in your local registry.
Switch to your repo that consumes this library and run

```bash
yalc add @synthetixio/ui
```
Releasing is done with the help of semantic-release.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"commit": "cz",
"clean": "rimraf dist",
"yalc-publish": "yarn build && yalc push --update"
"clean": "rimraf dist"
},
"dependencies": {
"@synthetixio/transaction-notifier": "^2.70.1",
Expand Down Expand Up @@ -86,8 +85,7 @@
"tailwindcss": "^3.0.3",
"typescript": "^4.5.4",
"web-vitals": "^2.1.2",
"webpack": "5",
"yalc": "1.0.0-pre.53"
"webpack": "5"
},
"optionalDependencies": {
"babel-loader": "8.2.3"
Expand Down

0 comments on commit 572330b

Please sign in to comment.