mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 10:19:10 +00:00
[rpc-client] use src->lib pattern, i guess i see why people do it.
This commit is contained in:
parent
c706f25214
commit
e86f7ff68e
10 changed files with 45 additions and 29 deletions
|
@ -3,7 +3,7 @@
|
|||
"name": "@roleypoly/bot",
|
||||
"version": "2.0.0",
|
||||
"scripts": {
|
||||
"build": "babel --delete-dir-on-start -d lib './*.js*'",
|
||||
"build": "babel --delete-dir-on-start -d lib .",
|
||||
"dev": "yarn build --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue