Skip to content

Commit 6900a00

Browse files
Fix/log cli label (#136)
* (chore) update dependencies * (chore) update dependencies and sanity.types * (fix) log label in terminal
1 parent 96c9dd6 commit 6900a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sanity-template-nextjs-clean",
33
"description": "Next.js + Sanity: A Powerful Website Starter with Real-time Visual Editing",
44
"scripts": {
5-
"dev": "npm-run-all --parallel dev:*",
5+
"dev": "npm-run-all --parallel --print-label dev:*",
66
"dev:next": "npm run dev --workspace=frontend",
77
"dev:studio": "npm run dev --workspace=studio",
88
"import-sample-data": "cd studio && sanity dataset import sample-data.tar.gz --replace"

0 commit comments

Comments
 (0)