Skip to content

Commit 08923fd

Browse files
committed
docs: more dev notes
1 parent b4287ac commit 08923fd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,10 @@ To automatically generate a new version:
195195

196196
```
197197
yarn run release
198-
199198
```
200199

201200
Package publication is handled by the CI/CD with GitHub action.
202201

203-
Note, on release, both the publish and test workflows run in parallel. Not very happy about it but I haven't found a better way.
202+
Note:
203+
- On release, both the publish and test workflows run in parallel. Not very happy about it but I haven't found a better way.
204+
- `yarn` does not call the "postrelease" script and `npm` fails if the `package-lock.json` file is present and git ignored.

0 commit comments

Comments
 (0)