Skip to content

Commit a0757be

Browse files
committed
fixed react build
1 parent 84bb219 commit a0757be

File tree

18 files changed

+186
-22
lines changed

18 files changed

+186
-22
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ brew install "${packages[@]}"
2727
```
2828
- installation: `yarn` (db migration will auto exec)
2929
```shell
30-
yarn workspaces foreach -pA add -D npm-run-all
30+
yarn workspaces foreach -pA add -D npm-run-all jest @types/jest ts-patch typescript-transform-paths copyfiles
3131
yarn workspaces foreach -pA --include "packages/frontend/*" --include "packages/backend/*" \
32-
add -D ts-patch typescript-transform-paths copyfiles \
33-
@cs-magic/ts-config @cs-magic/eslint-config @cs-magic/prettier-config @cs-magic/tailwindcss-config
32+
add -D @cs-magic/ts-config @cs-magic/eslint-config @cs-magic/prettier-config @cs-magic/tailwindcss-config
3433
```
3534

3635
## References

apps/badminton-reservation

apps/cs-magic/thinkow

apps/exts/chrome/chatbot-exporter

apps/playground

apps/screen-saver/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,20 @@
1717
},
1818
"devDependencies": {
1919
"@tauri-apps/cli": "^1",
20+
"@types/copyfiles": "^2",
21+
"@types/jest": "^29.5.14",
2022
"@types/react": "^18.2.15",
2123
"@types/react-dom": "^18.2.7",
2224
"@vitejs/plugin-react": "^4.2.1",
2325
"autoprefixer": "^10.4.20",
26+
"copyfiles": "^2.4.1",
27+
"jest": "^29.7.0",
28+
"npm-run-all": "^4.1.5",
2429
"postcss": "^8.4.45",
2530
"tailwindcss": "^3.4.10",
31+
"ts-patch": "^3.2.1",
2632
"typescript": "*",
33+
"typescript-transform-paths": "^3.5.2",
2734
"vite": "^5.3.1"
2835
}
2936
}

apps/todo/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,18 @@
4343
},
4444
"devDependencies": {
4545
"@tailwindcss/typography": "^0.5.10",
46+
"@types/copyfiles": "^2",
47+
"@types/jest": "^29.5.14",
4648
"@types/lodash-es": "^4.17.12",
4749
"@types/uuid": "^10",
50+
"copyfiles": "^2.4.1",
4851
"eslint": "*",
4952
"eslint-config-next": "*",
53+
"jest": "^29.7.0",
5054
"npm-run-all": "^4.1.5",
5155
"tailwindcss": "3.3.3",
52-
"typescript": "*"
56+
"ts-patch": "^3.2.1",
57+
"typescript": "*",
58+
"typescript-transform-paths": "^3.5.2"
5359
}
5460
}

apps/totem-gen

apps/uni-pusher

0 commit comments

Comments
 (0)