-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: consolidate package.json
into one workspace
#121
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
982f3d9
to
67e378c
Compare
67e378c
to
33d81c4
Compare
33d81c4
to
70591b7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@@ -33,7 +29,7 @@ jobs: | |||
run: pnpm install | |||
|
|||
- name: Deploy Sanity | |||
run: pnpm run deploy | |||
run: pnpm --filter "studio" run deploy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pnpm -F studio deploy
would the shorthand work here as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Det er mulig, jeg foretrekker vanligvis å være mer verbose ettersom det gjør koden mer lesbar.
Du trenger kanskje ikke reviewe PR'er som fremdeles er i Draft modus 😅 |
70591b7
to
21180f7
Compare
21180f7
to
84c98ca
Compare
84c98ca
to
42bed05
Compare
42bed05
to
3e4e4db
Compare
3e4e4db
to
b407920
Compare
ec102d4
to
dc7e3ec
Compare
dc7e3ec
to
8d5bb93
Compare
No description provided.