Skip to content

Commit

Permalink
fix: vercel build
Browse files Browse the repository at this point in the history
  • Loading branch information
bepyan committed Feb 3, 2024
1 parent b7d5cee commit 9fb8c48
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions apps/back-office/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"version": "0.1.0",
"description": "",
"scripts": {
"dev": "pnpm -F @daily-phrase/api build && pnpm install && next dev --turbo",
"dev": "next dev --turbo",
"build": "next build",
"preview": "next start",
"add:ui": "pnpm dlx shadcn-ui@latest add",
"lint": "biome lint --apply ./src/**/*.{js,ts,tsx}",
"format": "biome format --write ./src/**/*.{js,ts,tsx}"
},
"dependencies": {
"@daily-phrase/api": "*",
"@daily-phrase/api": "workspace:^",
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
Expand Down
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "pnpm -F @daily-phrase/api build && pnpm install && next dev",
"build": "pnpm -F @daily-phrase/api build && pnpm install && next build",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome lint --apply ./src/**/*.{js,ts,tsx}",
"format": "biome format --write ./src/**/*.{js,ts,tsx}"
},
"dependencies": {
"@daily-phrase/api": "^0.1.0",
"@daily-phrase/api": "workspace:^",
"@stylexjs/stylex": "^0.4.1",
"@tanstack/react-query": "^5.17.19",
"next": "14.1.0",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9fb8c48

Please sign in to comment.