@episoda/cli 0.2.155 → 0.2.156
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.
|
@@ -2913,7 +2913,7 @@ var require_package = __commonJS({
|
|
|
2913
2913
|
"package.json"(exports2, module2) {
|
|
2914
2914
|
module2.exports = {
|
|
2915
2915
|
name: "@episoda/cli",
|
|
2916
|
-
version: "0.2.
|
|
2916
|
+
version: "0.2.156",
|
|
2917
2917
|
description: "CLI tool for Episoda local development workflow orchestration",
|
|
2918
2918
|
main: "dist/index.js",
|
|
2919
2919
|
types: "dist/index.d.ts",
|
|
@@ -2921,6 +2921,7 @@ var require_package = __commonJS({
|
|
|
2921
2921
|
episoda: "dist/index.js"
|
|
2922
2922
|
},
|
|
2923
2923
|
scripts: {
|
|
2924
|
+
prebuild: "[ -f ../core/dist/index.d.ts ] || (rm -f ../core/tsconfig.tsbuildinfo && tsc --project ../core/tsconfig.json)",
|
|
2924
2925
|
build: "tsup",
|
|
2925
2926
|
"build:standalone": "tsup --config tsup.standalone.config.ts",
|
|
2926
2927
|
dev: "tsup --watch",
|