revert to 2 step build

This commit is contained in:
vcoppe
2024-09-24 14:50:44 +02:00
parent 58415af7da
commit 294ff5bedf
3 changed files with 17 additions and 3 deletions

View File

@@ -18,6 +18,12 @@ jobs:
cache-dependency-path: |
gpx/package-lock.json
website/package-lock.json
- name: Install dependencies for gpx
run: npm install --prefix gpx
- name: Build gpx
run: npm run build --prefix gpx
- name: Install dependencies for website
run: npm install --prefix website