File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed
Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 77 " packages/*"
88 ],
99 "scripts" : {
10- "test" : " turbo run test" ,
11- "dev" : " turbo run dev --parallel --no-cache" ,
1210 "build" : " turbo run build" ,
13- "kill" : " pnpm run kill --filter apps/*" ,
14- "publish-packages" : " turbo run build lint && changeset version && changeset publish"
11+ "dev" : " turbo run dev --parallel --no-cache" ,
12+ "prepublish" : " pnpm build" ,
13+ "release" : " pnpm changeset && pnpm changeset version" ,
14+ "test" : " turbo run test"
1515 },
1616 "devDependencies" : {
1717 "turbo" : " ^2.3.1"
Original file line number Diff line number Diff line change 55 "main" : " index.js" ,
66 "license" : " MIT" ,
77 "files" : [
8- " eslint-preset.js" ,
9- " eslint-server.js" ,
108 " jest-next.js" ,
119 " jest-server.js"
1210 ],
1311 "dependencies" : {
14- "eslint" : " 8.57.0" ,
15- "eslint-config-next" : " ^14.1.4" ,
16- "eslint-config-prettier" : " ^9.1.0" ,
1712 "next" : " 14.1.4" ,
1813 "react" : " 18.2.0" ,
1914 "react-dom" : " 18.2.0" ,
You can’t perform that action at this time.
0 commit comments