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 60
60
"bundlewatch" : " ^0.3.3" ,
61
61
"chalk" : " ^4.1.2" ,
62
62
"concurrently" : " ^7.6.0" ,
63
+ "cpy-cli" : " ^4.2.0" ,
63
64
"current-git-branch" : " ^1.1.0" ,
64
65
"eslint" : " ^8.34.0" ,
65
66
"eslint-config-prettier" : " ^8.6.0" ,
Original file line number Diff line number Diff line change 43
43
"test:types" : " tsc" ,
44
44
"test:lib" : " vitest run --coverage" ,
45
45
"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"
47
47
},
48
48
"devDependencies" : {
49
49
"@tanstack/react-query" : " workspace:*" ,
Original file line number Diff line number Diff line change 28
28
"test:types" : " tsc" ,
29
29
"test:lib" : " vitest run --coverage" ,
30
30
"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" ,
32
32
"build:types" : " tsc --build"
33
33
},
34
34
"files" : [
You can’t perform that action at this time.
0 commit comments