Skip to content

Commit 26523c0

Browse files
fix: copy-worker
1 parent e93052f commit 26523c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/daemon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"access": "public"
1414
},
1515
"scripts": {
16-
"build": "tsc -p tsconfig.json",
16+
"build": "tsc -p tsconfig.json && cp src/worker.js dist/daemon/src/worker.js",
1717
"dev": "tsx watch src/index.ts",
1818
"start": "tsx src/index.ts",
1919
"start:local": "pnpm --workspace-root run dev:daemon -- --profile local-dev",

0 commit comments

Comments
 (0)