mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Switch scripts to more idiomatic names
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "streamwall",
|
"name": "streamwall",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"app:start": "npm -w packages/streamwall start",
|
"start:app": "npm -w packages/streamwall start",
|
||||||
"server:start": "npm -w packages/streamwall-control-client run build && npm -w packages/streamwall-control-server start"
|
"start:server": "npm -w packages/streamwall-control-client run build && npm -w packages/streamwall-control-server start"
|
||||||
},
|
},
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/streamwall",
|
"packages/streamwall",
|
||||||
|
|||||||
Reference in New Issue
Block a user