File tree Expand file tree Collapse file tree 4 files changed +185
-11
lines changed Expand file tree Collapse file tree 4 files changed +185
-11
lines changed Original file line number Diff line number Diff line change 6060 "bundlewatch" : " ^0.3.3" ,
6161 "chalk" : " ^4.1.2" ,
6262 "concurrently" : " ^7.6.0" ,
63+ "cpy-cli" : " ^4.2.0" ,
6364 "current-git-branch" : " ^1.1.0" ,
6465 "eslint" : " ^8.34.0" ,
6566 "eslint-config-prettier" : " ^8.6.0" ,
Original file line number Diff line number Diff line change 4343 "test:types" : " tsc" ,
4444 "test:lib" : " vitest run --coverage" ,
4545 "test:lib:dev" : " pnpm run test:lib --watch" ,
46- "build:types" : " tsc --build && cp build/lib/index.d.ts build/lib/index.prod.d.ts"
46+ "build:types" : " tsc --build && cpy build/lib/index.d.ts build/lib/index.prod.d.ts"
4747 },
4848 "devDependencies" : {
4949 "@tanstack/react-query" : " workspace:*" ,
Original file line number Diff line number Diff line change 2828 "test:types" : " tsc" ,
2929 "test:lib" : " vitest run --coverage" ,
3030 "test:lib:dev" : " pnpm run test:lib --watch" ,
31- "build" : " mkdir -p ./build && cp -R .. /codemods/src ./build/codemods" ,
31+ "build" : " cpy .. /codemods/src/**/* ./build/codemods" ,
3232 "build:types" : " tsc --build"
3333 },
3434 "files" : [
You can’t perform that action at this time.
0 commit comments