@theholocron/cli 2.0.0-alpha.27 → 2.0.0-alpha.28

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/dist/cli.mjs +1 -0
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -1162,6 +1162,7 @@ jobs:
1162
1162
 
1163
1163
  - uses: theholocron/.github/.github/actions/setup@main
1164
1164
  name: Setup
1165
+ if: \${{ hashFiles('pnpm-lock.yaml') != '' }}
1165
1166
 
1166
1167
  - uses: super-linter/super-linter/slim@4ce20838b8ab83717e78138c5b3a1407148e0918 # v8.7.0
1167
1168
  name: Run Super Linter
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/cli",
3
- "version": "2.0.0-alpha.27",
3
+ "version": "2.0.0-alpha.28",
4
4
  "description": "The Holocron CLI — a pluggable, capability-based orchestrator for spinning up and operating software projects.",
5
5
  "homepage": "https://github.com/theholocron/holocron/tree/main/packages/cli#readme",
6
6
  "bugs": "https://github.com/theholocron/holocron/issues",