This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
skynet-webportal/package.json

19 lines
469 B
JSON

{
"private": true,
"scripts": {
"build:client": "yarn workspace sia-skynet build",
"start:client": "yarn workspace sia-skynet start",
"build:server": "yarn workspace siaviewnode-server build",
"start:server": "yarn workspace siaviewnode-server start",
"start": "concurrently \"yarn start:client\" \"yarn start:server\""
},
"workspaces": {
"packages": [
"packages/*"
]
},
"dependencies": {
"concurrently": "5.1.0"
}
}