@payfit/iac 1.4.6 → 1.4.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 +1 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -76,10 +76,4 @@ See [Stack Migration README](./src/executors/stack-migration/README.md) for deta
|
|
|
76
76
|
|
|
77
77
|
## Development
|
|
78
78
|
|
|
79
|
-
|
|
80
|
-
# Build
|
|
81
|
-
npx nx build iac
|
|
82
|
-
|
|
83
|
-
# Test
|
|
84
|
-
npx nx test iac
|
|
85
|
-
```
|
|
79
|
+
See [AGENTS.md](./AGENTS.md) for build, test, and development instructions.
|