We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4287ac commit 08923fdCopy full SHA for 08923fd
README.md
@@ -195,9 +195,10 @@ To automatically generate a new version:
195
196
```
197
yarn run release
198
-
199
200
201
Package publication is handled by the CI/CD with GitHub action.
202
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.
+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.
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