Skip to content
Snippets Groups Projects
Commit 6b48e812 authored by timothycarambat's avatar timothycarambat
Browse files

add prod scripts

parent b093ef71
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,9 @@
"setup": "cd server && yarn && cd .. && yarn setup:envs && echo \"Please run yarn dev:server and yarn dev:frontend in separate terminal tabs.\"",
"setup:envs": "cd server && cp -n .env.example .env.development && cd ../collector && cp -n .env.example .env && cd ..",
"dev:server": "cd server && yarn dev",
"dev:frontend": "cd frontend && yarn start"
"dev:frontend": "cd frontend && yarn start",
"prod:server": "cd server && yarn start",
"prod:frontend": "cd frontend && yarn start"
},
"private": false
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment