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
Raw Normal View History

2020-01-31 20:18:58 +00:00
{
"private": true,
"scripts": {
2020-02-12 17:23:10 +00:00
"build:client": "yarn workspace sia-skynet build",
2020-02-17 12:21:14 +00:00
"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\""
2020-01-31 20:18:58 +00:00
},
"workspaces": {
"packages": [
"packages/*"
]
},
"dependencies": {
"concurrently": "5.1.0"
2020-01-31 20:18:58 +00:00
}
}