Skip to content

Commit

Permalink
fixes to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjonespizza committed Dec 17, 2024
1 parent 1596ee1 commit 337d9df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "1.0.0",
"private": true,
"workspaces": [
"stuido",
"studio",
"nuxt-app"
],
"scripts": {
"dev": "pnpm -r dev",
"dev": "concurrently \"npm run dev --workspace=nuxt-app\" \"npm run dev --workspace=studio\"",
"format": "prettier --cache --write ."
},
"prettier": {
Expand Down

0 comments on commit 337d9df

Please sign in to comment.