Skip to content

Commit

Permalink
to sleep?
Browse files Browse the repository at this point in the history
  • Loading branch information
lukavdplas committed Aug 5, 2024
1 parent 17a9362 commit 5170351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"watch-front-p": "yarn front yarn watch",
"start-back-p": "cd backend && python manage.py runserver --settings production --insecure --pythonpath ..",
"start-p": "yarn static-p && yarn watch-front-p & yarn start-back-p",
"codegen-once": "yarn start-back & yarn front yarn graphql-codegen && exit"
"codegen-once": "yarn start-back & sleep 5 && yarn front yarn graphql-codegen && exit"
},
"devDependencies": {
"@angular/cli": ">=15 <16"
Expand Down

0 comments on commit 5170351

Please sign in to comment.