Skip to content

Commit 4049e1b

Browse files
committed
Switch scripts to more idiomatic names
1 parent 3e17e13 commit 4049e1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "streamwall",
33
"scripts": {
4-
"app:start": "npm -w packages/streamwall start",
5-
"server:start": "npm -w packages/streamwall-control-client run build && npm -w packages/streamwall-control-server start"
4+
"start:app": "npm -w packages/streamwall start",
5+
"start:server": "npm -w packages/streamwall-control-client run build && npm -w packages/streamwall-control-server start"
66
},
77
"workspaces": [
88
"packages/streamwall",

0 commit comments

Comments
 (0)