Skip to content

Commit

Permalink
Merge pull request #4401 from systeminit/victor/start-auth-api-from-root
Browse files Browse the repository at this point in the history
chore: bring back root pnpm dev targets for auth api
  • Loading branch information
vbustamante authored Aug 22, 2024
2 parents 3740897 + a1edb91 commit 4da2aca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.0",
"description": "SI monorepo",
"scripts": {
"dev:auth": "pnpm run --filter=\"@si/auth-portal\" --filter=\"@si/auth-api\" dev",
"dev:auth-api": "pnpm run --filter=\"@si/auth-api\" dev",
"dev:auth-portal": "pnpm run --filter=\"@si/auth-portal\" dev",
"preinstall": "npx only-allow pnpm",
"nodev": "node -v",
"whichnode": "which node"
Expand All @@ -16,4 +19,4 @@
"pnpm": "8.5.0"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 4da2aca

Please sign in to comment.