Skip to content

Commit

Permalink
chore: bring back root pnpm dev targets for auth api
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Bustamante <[email protected]>
  • Loading branch information
vbustamante committed Aug 22, 2024
1 parent 20d6098 commit a1edb91
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 a1edb91

Please sign in to comment.