Skip to content

Commit

Permalink
fix api cmds
Browse files Browse the repository at this point in the history
  • Loading branch information
SkidGod4444 committed Nov 11, 2024
1 parent 9f8377c commit f6ebe3e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "plura-api",
"scripts": {
"dev": "next dev -p 3001 --turbopack",
"prebuild": "turbo --filter=@repo/db db:generate",
"build": "next build",
"start": "next start -p 5555",
"preview": "next build && next start -p 5555",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"packages/*"
],
"scripts": {
"build": "turbo build",
"build": "turbo run db:generate && turbo build",
"build:www": "turbo --filter=plura-www build",
"build:app": "turbo --filter=plura-app build",
"build:api": "turbo --filter=plura-api build",
Expand All @@ -21,7 +21,6 @@
"lint": "turbo run lint --force",
"lint:fix": "turbo run lint:fix",
"test": "turbo run test --force",
"typecheck": "turbo run typecheck",
"format:write": "turbo run format:write",
"format:check": "turbo run format:check"
},
Expand Down
4 changes: 1 addition & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"exports": {
".": "./src/auth.ts"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},

"keywords": [],
"author": "",
"license": "ISC",
Expand Down
4 changes: 1 addition & 3 deletions packages/mail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"exports": {
".": "./src/index.ts"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},

"keywords": [],
"author": "",
"license": "ISC",
Expand Down

0 comments on commit f6ebe3e

Please sign in to comment.