Refactoring

This commit is contained in:
2025-01-17 20:59:24 -06:00
parent 154f268f9a
commit b1116cc830
4 changed files with 6 additions and 6 deletions

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",