Feature/33 api fails when no pilots or logbook entries #35

Merged
noahspannbauer merged 85 commits from feature/33-api-fails-when-no-pilots-or-logbook-entries into main 2025-02-02 18:24:48 -05:00
2 changed files with 11 additions and 1 deletions
Showing only changes of commit e0dcca9729 - Show all commits

View File

@@ -28,6 +28,16 @@ jobs:
run: |
echo "modified_files=$MODIFIED_FILES" >> $GITHUB_OUTPUT
github-output:
name: git-hub-output
needs:
- changed-files
runs-on: ubuntu-latest
steps:
- name: GitHub output
run: |
echo ${GITHUB_OUTPUT}
build-deploy-api:
if: contains(needs.changed-files.outputs.modified_files, 'api')
name: build-deploy-api

View File

@@ -1,7 +1,7 @@
{
"name": "@noahspan/flying-client",
"private": true,
"version": "0.1.3",
"version": "0.1.4",
"type": "module",
"scripts": {
"dev": "vite",