Refactoring

This commit is contained in:
2025-01-17 21:04:24 -06:00
parent 8705454595
commit be1dc6eb4b
4 changed files with 6 additions and 2 deletions

View File

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

View File

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

View File

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

View File

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