@xylabs/ts-scripts-yarn3 6.3.2 → 6.3.3
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.
- package/dist/actions/build.mjs +0 -11
- package/dist/actions/build.mjs.map +1 -1
- package/dist/actions/index.mjs +4 -15
- package/dist/actions/index.mjs.map +1 -1
- package/dist/actions/package/cycle.mjs +4 -4
- package/dist/actions/package/cycle.mjs.map +1 -1
- package/dist/actions/package/index.mjs +4 -4
- package/dist/actions/package/index.mjs.map +1 -1
- package/dist/bin/package/cycle.mjs +4 -4
- package/dist/bin/package/cycle.mjs.map +1 -1
- package/dist/bin/xy.mjs +0 -11
- package/dist/bin/xy.mjs.map +1 -1
- package/dist/index.mjs +4 -15
- package/dist/index.mjs.map +1 -1
- package/dist/xy/index.mjs +0 -11
- package/dist/xy/index.mjs.map +1 -1
- package/dist/xy/xy.mjs +0 -11
- package/dist/xy/xy.mjs.map +1 -1
- package/dist/xy/xyBuildCommands.mjs +0 -11
- package/dist/xy/xyBuildCommands.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -566,17 +566,6 @@ var build = /* @__PURE__ */ __name(async ({ incremental, jobs, target, verbose,
|
|
|
566
566
|
"tsup"
|
|
567
567
|
]
|
|
568
568
|
],
|
|
569
|
-
[
|
|
570
|
-
"yarn",
|
|
571
|
-
[
|
|
572
|
-
"xy",
|
|
573
|
-
"cycle",
|
|
574
|
-
...pkgOptions,
|
|
575
|
-
...verboseOptions,
|
|
576
|
-
...jobsOptions,
|
|
577
|
-
...incrementalOptions
|
|
578
|
-
]
|
|
579
|
-
],
|
|
580
569
|
[
|
|
581
570
|
"yarn",
|
|
582
571
|
[
|
|
@@ -1868,11 +1857,11 @@ var packageCycle = /* @__PURE__ */ __name(async ({ verbose = false }) => {
|
|
|
1868
1857
|
}
|
|
1869
1858
|
]
|
|
1870
1859
|
},
|
|
1860
|
+
exclude: "node_modules|packages/.*/packages",
|
|
1871
1861
|
validate: true,
|
|
1872
|
-
doNotFollow:
|
|
1873
|
-
"node_modules"
|
|
1874
|
-
|
|
1875
|
-
],
|
|
1862
|
+
doNotFollow: {
|
|
1863
|
+
path: "node_modules|packages/.*/packages"
|
|
1864
|
+
},
|
|
1876
1865
|
tsPreCompilationDeps: false,
|
|
1877
1866
|
combinedDependencies: true,
|
|
1878
1867
|
outputType: verbose ? "text" : "err"
|