mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 01:58:40 -05:00
📝 update release instructions (#131)
Updating release instructions. The current instructions were slightly outdated.
This commit is contained in:
committed by
GitHub
parent
6453abad31
commit
4985cbff96
@@ -13,19 +13,13 @@ Releasing @actual-app/api
|
||||
### This generates a bundle for the API:
|
||||
|
||||
```bash
|
||||
cd packages/loot-core
|
||||
yarn build:api
|
||||
```
|
||||
|
||||
The built files live in `lib-dist`, so we need to copy them to the API package:
|
||||
|
||||
```bash
|
||||
cp lib-dist/bundle.api* ../api/app
|
||||
```
|
||||
|
||||
Next, bump the version on package.json. Finally, publish it:
|
||||
|
||||
```bash
|
||||
cd packages/loot-core
|
||||
npm publish
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user