mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-24 21:51:34 +10:00
add sync await/done
This commit is contained in:
12
.gitpod.yml
12
.gitpod.yml
@ -2,7 +2,14 @@ tasks:
|
||||
- name: Run PostgreSQL Database
|
||||
command: docker run --name postgres -p 5432:5432 -e POSTGRES_PASSWORD=postgres -d postgres
|
||||
|
||||
- name: Install Project Dependencies
|
||||
command: |
|
||||
pnpm install
|
||||
pnpm dlx playwright install --with-deps chromium
|
||||
gp sync-done dependencies
|
||||
|
||||
- name: Generate Environment Variables
|
||||
init: gp sync-await dependencies
|
||||
command: |
|
||||
if [ -f .env ]; then
|
||||
echo "Found .env in workspace, skipping generation"
|
||||
@ -10,11 +17,6 @@ tasks:
|
||||
pnpm generate-env
|
||||
fi
|
||||
|
||||
- name: Install Project Dependencies
|
||||
command: |
|
||||
pnpm dlx playwright install --with-deps chromium
|
||||
pnpm install
|
||||
|
||||
ports:
|
||||
# PostgreSQL
|
||||
- port: 5432
|
||||
|
||||
Reference in New Issue
Block a user