mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-06 15:18:48 +00:00
moved yarn install to package.json
This commit is contained in:
parent
3a35ed4073
commit
a4ecf10067
2 changed files with 1 additions and 3 deletions
|
@ -37,7 +37,7 @@
|
|||
"stop-containers": "docker-compose down",
|
||||
"start": "yarn start-containers && nodemon src/server.ts",
|
||||
"start-no-docker": "nodemon src/server.ts",
|
||||
"install-script": "ts-node scripts/install.ts",
|
||||
"install-script": "yarn install && ts-node scripts/install.ts",
|
||||
"build": "tsc",
|
||||
"dev": "ts-node-dev --respawn src/server.ts"
|
||||
}
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
{
|
||||
"commands": [
|
||||
"echo Starting installation...",
|
||||
"echo installing node_modules",
|
||||
"yarn install",
|
||||
"echo starting docker container",
|
||||
"yarn start-containers",
|
||||
"echo generating prisma",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue