@payfit/nx-core 4.60.3 → 4.60.4-ephemeral-fix-build-sequence.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.
@@ -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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/nx-core",
3
- "version": "4.60.3",
3
+ "version": "4.60.4-ephemeral-fix-build-sequence.0",
4
4
  "type": "commonjs",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",