mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 18:29:08 +00:00
[bot] break out RPC and shared packages for bot service breakout
This commit is contained in:
parent
544ae65c58
commit
50b5e334a3
31 changed files with 233 additions and 111 deletions
|
@ -5,7 +5,9 @@
|
|||
"scripts": {
|
||||
"lerna": "lerna",
|
||||
"start": "node packages/roleypoly-server/dist/index.js",
|
||||
"dev": "babel-node packages/roleypoly-server/index.js",
|
||||
"dev": "run-p dev:*",
|
||||
"dev:backend": "babel-node packages/roleypoly-server/index.js",
|
||||
"dev:bot": "babel-node packages/roleypoly-bot/index.js",
|
||||
"build": "lerna run build",
|
||||
"flow:install": "flow-mono install-types",
|
||||
"flow": "flow",
|
||||
|
@ -77,7 +79,8 @@
|
|||
"$Call"
|
||||
],
|
||||
"ignore": [
|
||||
"flow-typed/*"
|
||||
"flow-typed/*",
|
||||
"packages/*/lib/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue