Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinn committed Aug 10, 2024
1 parent 0871bfc commit 14f6fc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
},
"scripts": {
"build": "yarn workspace greenbox-script run build && yarn workspace greenbox-web run build",
"format": "yarn workspaces foreach --all run format"
"format": "yarn workspaces foreach --all run format",
"preview": "yarn workspace greenbox-web run preview",
"watch": "yarn workspace greenbox-web run watch"
},
"packageManager": "[email protected]"
}

0 comments on commit 14f6fc9

Please sign in to comment.