@hublo/sentinel 1.2.0-alpha.24 → 1.2.0-alpha.25

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.
@@ -22,7 +22,7 @@ import {
22
22
  registerAdapters,
23
23
  resolve,
24
24
  resolveBin
25
- } from "../chunk-ORPLAWRT.js";
25
+ } from "../chunk-C4BWV6SU.js";
26
26
 
27
27
  // bin/sentinel.ts
28
28
  import { program } from "commander";
@@ -1033,6 +1033,7 @@ function planNestService(context, webpackTarget) {
1033
1033
  };
1034
1034
  }
1035
1035
  const metadata = [
1036
+ manifestOperation(context.cwd, { [BUILD_SCRIPT_NAME]: SENTINEL_BUILD_COMMAND }),
1036
1037
  ...nxTargetOperations({
1037
1038
  cwd: context.cwd,
1038
1039
  targets: buildTarget({
@@ -1040,8 +1041,7 @@ function planNestService(context, webpackTarget) {
1040
1041
  configFiles: [NEST_CONFIG_FILE],
1041
1042
  outputs
1042
1043
  })
1043
- }),
1044
- manifestOperation(context.cwd, { [BUILD_SCRIPT_NAME]: SENTINEL_BUILD_COMMAND })
1044
+ })
1045
1045
  ];
1046
1046
  if (webpackTarget === void 0) return { operations: metadata };
1047
1047
  const refusal = refusalFor(context.cwd, webpackTarget);
@@ -6600,4 +6600,4 @@ export {
6600
6600
  detectFramework,
6601
6601
  dispatch
6602
6602
  };
6603
- //# sourceMappingURL=chunk-ORPLAWRT.js.map
6603
+ //# sourceMappingURL=chunk-C4BWV6SU.js.map
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  registerAdapters,
8
8
  resolve,
9
9
  setDefaultRunner
10
- } from "./chunk-ORPLAWRT.js";
10
+ } from "./chunk-C4BWV6SU.js";
11
11
  export {
12
12
  BaseAdapter,
13
13
  all,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hublo/sentinel",
3
- "version": "1.2.0-alpha.24",
3
+ "version": "1.2.0-alpha.25",
4
4
  "description": "One CLI that guards code health across Hublo repos: shared lint/typescript/build/test presets, static & dynamic analysis, and architecture checks.",
5
5
  "type": "module",
6
6
  "license": "MIT",