@payfit/nx-core 4.54.0 → 4.54.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.
@@ -151,14 +151,12 @@ jobs:
151
151
  affected-list-file: affected-list.txt
152
152
  config-output: .circleci/continue-config.yml
153
153
  - run:
154
- name: skip if no affected-apps
154
+ name: skip if no continuous workflow to run
155
155
  command: |
156
- # If `affected-apps` is unavailable, stop this job without continuation
157
- if [ ! -f ".circleci/continue-config.yml" ] || [ ! -s ".circleci/continue-config.yml" ]
156
+ if [[ $(yq '. | has("workflows")' .circleci/continue-config.yml) != true ]]
158
157
  then
159
- echo 'No affected apps, nothing to do.'
158
+ echo "no continuous workflow to run, stopping"
160
159
  circleci-agent step halt
161
- exit
162
160
  fi
163
161
  - run:
164
162
  name: Setup parameters
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/nx-core",
3
- "version": "4.54.0",
3
+ "version": "4.54.1",
4
4
  "type": "commonjs",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",