Skip to content

Commit e7249f0

Browse files
authored
chore: swap cpx with cpy (#1356)
1 parent 877249f commit e7249f0

File tree

2 files changed

+26
-310
lines changed

2 files changed

+26
-310
lines changed

alchemy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"build": "rm -rf ./*.tsbuildinfo && rm -rf ./lib && tsc -b && tsdown",
1919
"dev": "tsdown --watch",
2020
"drizzle:generate": "bun run scripts/drizzle-generate.ts",
21-
"postbuild": "cpx 'src/**/*/types.d.ts' lib && cpx 'src/**/*.txt' lib",
21+
"postbuild": "(cpy '**/*.d.ts' ../lib --cwd=src || true) && (cpy '**/*.txt' ../lib --cwd=src || true)",
2222
"publish:npm": "cp ../README.md . && bun run build && tsdown && bun publish && rm README.md"
2323
},
2424
"files": [
@@ -313,7 +313,7 @@
313313
"braintrust": "^0.0.201",
314314
"capnweb": "^0.4.0",
315315
"cojson-core-wasm": "^0.18.16",
316-
"cpx": "^1.5.0",
316+
"cpy-cli": "^7.0.0",
317317
"debug": "^4.4.1",
318318
"dofs": "^0.1.0",
319319
"drizzle-kit": "^0.31.8",

0 commit comments

Comments
 (0)