Feature/33 api fails when no pilots or logbook entries #35
5
.github/workflows/dev.yaml
vendored
5
.github/workflows/dev.yaml
vendored
@@ -22,12 +22,11 @@ jobs:
|
||||
with:
|
||||
dir_names: 'true'
|
||||
|
||||
- name: List modified files
|
||||
id: modified-files
|
||||
- name: Output modified files
|
||||
env:
|
||||
MODIFIED_FILES: ${{ steps.changed-files.outputs.modified_files }}
|
||||
run: |
|
||||
echo ${MODIFIED_FILES} >> $GITHUB_OUTPUT
|
||||
echo "modified_files=$MODIFIED_FILES" >> $GITHUB_OUTPUT
|
||||
|
||||
build-deploy-api:
|
||||
if: contains(needs.changed-files.outputs.modified_files, 'api')
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@noahspan/flying-client",
|
||||
"private": true,
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
Reference in New Issue
Block a user