Skip to content

Commit

Permalink
chore(metronome-web): nohoist all
Browse files Browse the repository at this point in the history
  • Loading branch information
yungblud committed Feb 12, 2024
1 parent 11fc992 commit 5b402dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/metronome-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "metronome-web",
"version": "0.1.0",
"private": true,
"workspace": {
"nohoist": [
"**"
]
},
"scripts": {
"build": "next build",
"dev": "next dev",
Expand Down

0 comments on commit 5b402dc

Please sign in to comment.