@xylabs/ts-scripts-yarn3 4.0.0-rc.8 → 4.0.0-rc.9
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/index.mjs +14 -1
- package/dist/actions/index.mjs.map +1 -1
- package/dist/actions/recompile.mjs +14 -1
- package/dist/actions/recompile.mjs.map +1 -1
- package/dist/bin/xy-ts.mjs +14 -1
- package/dist/bin/xy-ts.mjs.map +1 -1
- package/dist/bin/xy.mjs +14 -1
- package/dist/bin/xy.mjs.map +1 -1
- package/dist/index.mjs +14 -1
- package/dist/index.mjs.map +1 -1
- package/dist/xy/index.mjs +14 -1
- package/dist/xy/index.mjs.map +1 -1
- package/dist/xy/xy.mjs +14 -1
- package/dist/xy/xy.mjs.map +1 -1
- package/dist/xy/xyBuildCommands.mjs +14 -1
- package/dist/xy/xyBuildCommands.mjs.map +1 -1
- package/package.json +4 -4
- package/src/actions/recompile.ts +2 -1
package/dist/actions/index.mjs
CHANGED
|
@@ -2008,7 +2008,20 @@ var recompileAll = /* @__PURE__ */ __name(async ({ jobs, verbose, target, increm
|
|
|
2008
2008
|
...jobsOptions,
|
|
2009
2009
|
...verboseOptions,
|
|
2010
2010
|
"run",
|
|
2011
|
-
"package-
|
|
2011
|
+
"package-clean",
|
|
2012
|
+
...targetOptions
|
|
2013
|
+
]
|
|
2014
|
+
],
|
|
2015
|
+
[
|
|
2016
|
+
"yarn",
|
|
2017
|
+
[
|
|
2018
|
+
"workspaces",
|
|
2019
|
+
"foreach",
|
|
2020
|
+
...incrementalOptions,
|
|
2021
|
+
...jobsOptions,
|
|
2022
|
+
...verboseOptions,
|
|
2023
|
+
"run",
|
|
2024
|
+
"package-compile",
|
|
2012
2025
|
...targetOptions
|
|
2013
2026
|
]
|
|
2014
2027
|
]
|