Skip to content

Commit

Permalink
chore: cleanup package script
Browse files Browse the repository at this point in the history
  • Loading branch information
bepyan committed Feb 3, 2024
1 parent 57d0159 commit 4749245
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions apps/back-office/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.1.0",
"description": "",
"scripts": {
"dev": "next dev --turbo",
"prebuild": "pnpm -F @daily-phrase/api build",
"build": "pnpm run prebuild && next build",
"install:clear": "rm -rf node_modules && pnpm -F @daily-phrase/api build && pnpm install",
"dev": "next dev --turbo -p 3020",
"build": "next build",
"preview": "next start",
"add:ui": "pnpm dlx shadcn-ui@latest add",
"lint": "biome lint --apply ./src/**/*.{js,ts,tsx}",
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,9 +3,9 @@
"version": "0.1.0",
"private": true,
"scripts": {
"vercel:install": "pnpm -F @daily-phrase/api build && pnpm install",
"dev": "next dev",
"build": "pnpm run prebuild && next build",
"install:clear": "rm -rf node_modules && pnpm -F @daily-phrase/api build && pnpm install",
"dev": "next dev -p 3010",
"build": "next build",
"start": "next start",
"lint": "biome lint --apply ./src/**/*.{js,ts,tsx}",
"format": "biome format --write ./src/**/*.{js,ts,tsx}"
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 4749245

Please sign in to comment.