Skip to content

Commit

Permalink
Merge pull request #115 from bigbite/chore/114-update-readme
Browse files Browse the repository at this point in the history
Update development docs - build tools
  • Loading branch information
ampersarnie committed Apr 23, 2024
2 parents 6869654 + 507b2cb commit bc6488a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/Development-&-Contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,16 @@ yalc publish
3. In your test project, add the build-tools package via Yalc - this acts as a replacement for `npm i` or `yarn add`.
```
yalc add @bigbite/build-tools
```
```

4. Once you have made a change to build tools locally you will need to publish them. You can do this with:
```
yalc push
```
`push` is a shorthand of `yalc publish --push`, which allows you to publish and push your changes to the local store in a single command.

5. Switch to your test project and run an `update`
```
yalc update
```
This will update your test project to use the latest version from build-tools.

0 comments on commit bc6488a

Please sign in to comment.