mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-25 06:01:29 +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
|
- name: Run PostgreSQL Database
|
||||||
command: docker run --name postgres -p 5432:5432 -e POSTGRES_PASSWORD=postgres -d postgres
|
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
|
- name: Generate Environment Variables
|
||||||
|
init: gp sync-await dependencies
|
||||||
command: |
|
command: |
|
||||||
if [ -f .env ]; then
|
if [ -f .env ]; then
|
||||||
echo "Found .env in workspace, skipping generation"
|
echo "Found .env in workspace, skipping generation"
|
||||||
@ -10,11 +17,6 @@ tasks:
|
|||||||
pnpm generate-env
|
pnpm generate-env
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Install Project Dependencies
|
|
||||||
command: |
|
|
||||||
pnpm dlx playwright install --with-deps chromium
|
|
||||||
pnpm install
|
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
# PostgreSQL
|
# PostgreSQL
|
||||||
- port: 5432
|
- port: 5432
|
||||||
|
|||||||
Reference in New Issue
Block a user