Compare commits
17 Commits
e3f385d0a4
...
96-switch-
| Author | SHA1 | Date | |
|---|---|---|---|
| a045942630 | |||
| 2236132340 | |||
| 6baff58a36 | |||
| b5093045e3 | |||
| b85b58a324 | |||
| bffbf35a43 | |||
| 73f08c970b | |||
| 662dcc0a64 | |||
| 3ca72b2c7d | |||
| 0ea7e48b90 | |||
| 23b0361718 | |||
| 2a596b29f7 | |||
| 280b222d9a | |||
| 05b17878d7 | |||
| ab304a469b | |||
| e1605992b0 | |||
| 25886c8498 |
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -19,6 +19,7 @@ jobs:
|
||||
with:
|
||||
sparse-checkout: |
|
||||
api
|
||||
client
|
||||
|
||||
- name: Install Nest CLI
|
||||
run: |
|
||||
@@ -59,4 +60,3 @@ jobs:
|
||||
push: true
|
||||
tags: noahspan/flying:${{ inputs.version_number }}
|
||||
context: .
|
||||
target: api
|
||||
|
||||
1
.github/workflows/changes.yaml
vendored
1
.github/workflows/changes.yaml
vendored
@@ -20,7 +20,6 @@ jobs:
|
||||
- uses: dorny/paths-filter@v3
|
||||
id: filter
|
||||
with:
|
||||
initial-fetch-depth: 2
|
||||
filters: |
|
||||
api:
|
||||
- 'api/**'
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "api",
|
||||
"version": "2.0.0-alpha",
|
||||
"version": "2.0.0-alpha-1",
|
||||
"description": "",
|
||||
"author": "",
|
||||
"private": true,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "client",
|
||||
"private": true,
|
||||
"version": "2.0.0-alpha",
|
||||
"version": "2.0.0-alpha-1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@noahspan/flying",
|
||||
"version": "2.0.0-alpha",
|
||||
"version": "2.0.0-alpha-1",
|
||||
"scripts": {
|
||||
"start": "concurrently 'npm run start:azure -w api' 'wait-on tcp:0.0.0.0:7071 && npm run dev -w app'",
|
||||
"format": "prettier --write \"**/src/**/*.ts\" \"**/test/**/*.ts\"",
|
||||
|
||||
Reference in New Issue
Block a user