summaryrefslogtreecommitdiff
path: root/worker
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-07-27 18:50:33 -0700
committerElizabeth Hunt <me@liz.coffee>2025-07-27 19:31:06 -0700
commit7aa11b7a8abacf81dec20fff21216df35d333756 (patch)
tree40f6a76c37412cf1c5a67f99a4ee30e3aae863c9 /worker
parente4df72cd446270cf867ec308995a05e21b3aa601 (diff)
downloadci-7aa11b7a8abacf81dec20fff21216df35d333756.tar.gz
ci-7aa11b7a8abacf81dec20fff21216df35d333756.zip
Pulls in pengueno from npm
Diffstat (limited to 'worker')
-rw-r--r--worker/package.json4
-rw-r--r--worker/scripts/npm_publish.ts0
-rw-r--r--worker/tsconfig.json2
3 files changed, 3 insertions, 3 deletions
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
--- /dev/null
+++ b/worker/scripts/npm_publish.ts
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" }]
}