mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-02 11:46:03 +02:00
Fixes
This commit is contained in:
parent
04257844b9
commit
a21406e570
3 changed files with 4 additions and 5 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -65,7 +65,7 @@ jobs:
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
|
||||||
- name: Install playwright dependencies
|
- name: Install playwright dependencies
|
||||||
run: pnpm playwright install --with-deps chromium
|
run: npx playwright install --with-deps chromium
|
||||||
|
|
||||||
- name: Create production build
|
- name: Create production build
|
||||||
run: pnpm turbo build:test --filter=@rallly/web
|
run: pnpm turbo build:test --filter=@rallly/web
|
||||||
|
|
|
@ -35,10 +35,10 @@
|
||||||
"@prisma/client": "^5.20.0",
|
"@prisma/client": "^5.20.0",
|
||||||
"framer-motion": "^10.16.4",
|
"framer-motion": "^10.16.4",
|
||||||
"next": "^14.2.13",
|
"next": "^14.2.13",
|
||||||
|
"prisma": "^5.20.0",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
"typescript": "^5.2.2",
|
"typescript": "^5.2.2",
|
||||||
"prisma": "^5.20.0",
|
|
||||||
"zod": "^3.23.8"
|
"zod": "^3.23.8"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -51,8 +51,8 @@
|
||||||
"prettier-plugin-tailwindcss": "^0.5.11",
|
"prettier-plugin-tailwindcss": "^0.5.11",
|
||||||
"tailwindcss": "^3.4.4",
|
"tailwindcss": "^3.4.4",
|
||||||
"turbo": "^2.1.1",
|
"turbo": "^2.1.1",
|
||||||
"wait-on": "^6.0.1",
|
"vitest": "^2.1.1",
|
||||||
"vitest": "^2.1.1"
|
"wait-on": "^6.0.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "20.x"
|
"node": "20.x"
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "email dev --port 3333 --dir ./src/previews",
|
"dev": "email dev --port 3333 --dir ./src/previews",
|
||||||
"lint": "eslint ./src",
|
|
||||||
"type-check": "tsc --pretty --noEmit",
|
"type-check": "tsc --pretty --noEmit",
|
||||||
"i18n:scan": "i18next-scanner --config i18next-scanner.config.js"
|
"i18n:scan": "i18next-scanner --config i18next-scanner.config.js"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue