Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(openchallenges): pull data from OC Data google sheet #2959

Merged
merged 15 commits into from
Jan 15, 2025
Prev Previous commit
Next Next commit
update project.json file
vpchung committed Jan 9, 2025
commit dc7f84ff9f867317fe6db45423eae5c00e0a0629
4 changes: 2 additions & 2 deletions apps/openchallenges/data-lambda/project.json
Original file line number Diff line number Diff line change
@@ -20,13 +20,13 @@
"serve": {
"executor": "nx:run-commands",
"options": {
"command": "docker/sandbox/serve.sh {projectName}"
"command": "docker/openchallenges/serve.sh {projectName}"
}
},
"serve-detach": {
"executor": "nx:run-commands",
"options": {
"command": "docker/sandbox/serve-detach.sh {projectName}"
"command": "docker/openchallenges/serve-detach.sh {projectName}"
}
},
"invoke": {