@payfit/nx-core 5.18.6 → 5.18.7-ephemeral-agentsmd-config.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -172,18 +172,6 @@ The inference of the `nx-release-publish` target is handled through Nx's plugin
|
|
|
172
172
|
|
|
173
173
|
---
|
|
174
174
|
|
|
175
|
-
|
|
175
|
+
## Development
|
|
176
176
|
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
```bash
|
|
180
|
-
npx nx run-many -t build
|
|
181
|
-
```
|
|
182
|
-
|
|
183
|
-
2. Trigger a new release using the local plugin version:
|
|
184
|
-
|
|
185
|
-
```bash
|
|
186
|
-
npx nx run @payfit/core-platform:release --dry-run
|
|
187
|
-
```
|
|
188
|
-
|
|
189
|
-
Make sure you pushed a change to your branch to actually trigger a release, otherwise it will say something like `No project to publish`
|
|
177
|
+
See [AGENTS.md](./AGENTS.md) for build, test, and development instructions.
|