From 7aa11b7a8abacf81dec20fff21216df35d333756 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 27 Jul 2025 18:50:33 -0700 Subject: Pulls in pengueno from npm --- worker/package.json | 4 ++-- worker/scripts/npm_publish.ts | 0 worker/tsconfig.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 worker/scripts/npm_publish.ts (limited to 'worker') diff --git a/worker/package.json b/worker/package.json index a3cfcd6..4db8dba 100644 --- a/worker/package.json +++ b/worker/package.json @@ -17,8 +17,8 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@emprespresso/pengueno": "*", - "@emprespresso/ci_model": "*" + "@emprespresso/ci_model": "*", + "@emprespresso/pengueno": "^0.0.5" }, "devDependencies": { "copyfiles": "2.4.1" diff --git a/worker/scripts/npm_publish.ts b/worker/scripts/npm_publish.ts new file mode 100644 index 0000000..e69de29 diff --git a/worker/tsconfig.json b/worker/tsconfig.json index 58e9147..3858ff4 100644 --- a/worker/tsconfig.json +++ b/worker/tsconfig.json @@ -11,5 +11,5 @@ }, "include": ["**/*.ts"], "exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"], - "references": [{ "path": "../u" }, { "path": "../model" }] + "references": [{ "path": "../model" }] } -- cgit v1.2.3-70-g09d2