-
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
postTargets is running build target in watch mode #353
Comments
Hi @HassenHichri! The problem comes from the function below. We'll try to fix it as soon as we can but if anyone wants to help, you are welcome!
|
Hi @yjaaidi, |
Hi, yeah I remember having troubles with coercing booleans. You can clone the repo, make your changes, build the lib |
Thanks @HassenHichri for raising the issue and @garethdjohn for the fix! |
this fixes the build watch issue after running version Cf. jscutlery/semver#353
Hi,
I have a Nx workspace with a publishable lib. I wanted to add your plugin to automatically publish new versions of this lib to npm registry. My idea is to use
nx run my-lib:version
to bump the package version then build the libnx run my-lib:build
and publish itnpm publish
. But when I add the build target as apostTargets
and runnx run my-lib:version
, it is running on watch mode.Here is a repo where you can reproduce this behaviour https://github.com/HassenHichri/test-semver
node v12.14.0
npm v6.14.4
macOS 11.6
The text was updated successfully, but these errors were encountered: