Skip to content

Commit

Permalink
set package manager root package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed May 14, 2024
1 parent 93e2b9e commit c3a1c50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5"
},
"packageManager": "[email protected]+sha256.22e36fba7f4880ecf749a5ca128b8435da085ecd49575e7fb9e64d6bf4fad394"
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"install": "pnpm install",
"start:api": "pnpm --filter 4-growth-api run start",
"start:client": "pnpm --filter 4-growth-client run dev"
}
},
"packageManager": "[email protected]"
}

0 comments on commit c3a1c50

Please sign in to comment.