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
4 changed files with 6 additions and 6 deletions
Showing only changes of commit b1116cc830 - Show all commits

View File

@@ -23,12 +23,12 @@ jobs:
node-version: ${{ vars.NODE_VERSION }}
- name: Install
working-directory: ./api
working-directory: api
run: |
npm install
- name: Build
working-directory: ./api
working-directory: api
run: |
npm run build

View File

@@ -25,12 +25,12 @@ jobs:
node-version: ${{ vars.NODE_VERSION }}
- name: Install
working-directory: ./app
working-directory: app
run: |
npm install
- name: Build
working-directory: ./app
working-directory: app
run: |
npm run build

View File

@@ -1,6 +1,6 @@
{
"name": "@noahspan/flying-api",
"version": "0.0.6",
"version": "0.0.7",
"description": "",
"author": "",
"private": true,

View File

@@ -1,7 +1,7 @@
{
"name": "@noahspan/flying-app",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"scripts": {
"dev": "vite",