diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-07-20 13:03:39 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-07-20 13:03:39 -0700 |
commit | dc4ac7742690f8f2bd759d57108ac4455e717fe9 (patch) | |
tree | f138ba41dd44bf703087eaa8ec43a22fe842923d /.ci/package.json | |
parent | dccb99505e92685ba8ade7c3be84555f2b539a47 (diff) | |
download | ci-dc4ac7742690f8f2bd759d57108ac4455e717fe9.tar.gz ci-dc4ac7742690f8f2bd759d57108ac4455e717fe9.zip |
Mount src directory from path on host running worker container
Diffstat (limited to '.ci/package.json')
-rw-r--r-- | .ci/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/package.json b/.ci/package.json index 9d8bfa7..dc42e26 100644 --- a/.ci/package.json +++ b/.ci/package.json @@ -4,7 +4,7 @@ "clean": "rm -rf dist ci.cjs" }, "dependencies": { - "@emprespresso/ci_model": "*" + "@emprespresso/ci_model": "file:../model" }, "devDependencies": { "esbuild": "0.25.5" |