rely on gpx postinstall script to build the library

This commit is contained in:
vcoppe
2024-09-24 13:45:30 +02:00
parent 9a2541b6f3
commit 4c56468970
4 changed files with 11 additions and 20 deletions

View File

@@ -18,12 +18,6 @@ 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