@payfit/nx-core 5.18.6 → 5.18.7-ephemeral-agentsmd-config.0

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.
Files changed (2) hide show
  1. package/README.md +2 -14
  2. 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
- # Debug locally
175
+ ## Development
176
176
 
177
- 1. Build everything:
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/nx-core",
3
- "version": "5.18.6",
3
+ "version": "5.18.7-ephemeral-agentsmd-config.0",
4
4
  "type": "commonjs",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",