@payfit/nx-core 4.60.3 → 4.60.4-ephemeral-fix-build-sequence.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.
|
@@ -225,6 +225,7 @@ workflows:
|
|
|
225
225
|
context: NX_COMMON_PACKAGES # TSH config / AWS credentials / NPM token
|
|
226
226
|
requires:
|
|
227
227
|
- install_packages
|
|
228
|
+
- build
|
|
228
229
|
|
|
229
230
|
- test:
|
|
230
231
|
context: NX_COMMON_PACKAGES # TSH config / AWS credentials / NPM token
|
|
@@ -240,7 +241,6 @@ workflows:
|
|
|
240
241
|
requires:
|
|
241
242
|
- github_authenticate
|
|
242
243
|
- test
|
|
243
|
-
- build
|
|
244
244
|
- docker-build
|
|
245
245
|
context:
|
|
246
246
|
- NX_COMMON_PACKAGES # TSH config / AWS credentials / NPM token
|