We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93052f commit 26523c0Copy full SHA for 26523c0
1 file changed
packages/daemon/package.json
@@ -13,7 +13,7 @@
13
"access": "public"
14
},
15
"scripts": {
16
- "build": "tsc -p tsconfig.json",
+ "build": "tsc -p tsconfig.json && cp src/worker.js dist/daemon/src/worker.js",
17
"dev": "tsx watch src/index.ts",
18
"start": "tsx src/index.ts",
19
"start:local": "pnpm --workspace-root run dev:daemon -- --profile local-dev",
0 commit comments