mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-09-01 17:10:51 +00:00
Add setup script
This commit is contained in:
parent
2f89659a67
commit
8401b3b705
@ -19,6 +19,7 @@
|
||||
"scripts": {
|
||||
"build": "./build.sh",
|
||||
"start": "cd server && CLIENT_DIST_DIRECTORY='../client/build' yarn start",
|
||||
"setup": "cd client && yarn && cd ../server && yarn",
|
||||
"dev": "concurrently 'cd client && yarn start' 'cd server && yarn dev'",
|
||||
"test": "echo 'tests'"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user