Compare commits
17 Commits
v2.0.1
...
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:
|
with:
|
||||||
sparse-checkout: |
|
sparse-checkout: |
|
||||||
api
|
api
|
||||||
|
client
|
||||||
|
|
||||||
- name: Install Nest CLI
|
- name: Install Nest CLI
|
||||||
run: |
|
run: |
|
||||||
@@ -59,4 +60,3 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: noahspan/flying:${{ inputs.version_number }}
|
tags: noahspan/flying:${{ inputs.version_number }}
|
||||||
context: .
|
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
|
- uses: dorny/paths-filter@v3
|
||||||
id: filter
|
id: filter
|
||||||
with:
|
with:
|
||||||
initial-fetch-depth: 2
|
|
||||||
filters: |
|
filters: |
|
||||||
api:
|
api:
|
||||||
- 'api/**'
|
- 'api/**'
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "api",
|
"name": "api",
|
||||||
"version": "2.0.0-alpha",
|
"version": "2.0.0-alpha-1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"author": "",
|
"author": "",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "client",
|
"name": "client",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "2.0.0-alpha",
|
"version": "2.0.0-alpha-1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@noahspan/flying",
|
"name": "@noahspan/flying",
|
||||||
"version": "2.0.0-alpha",
|
"version": "2.0.0-alpha-1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "concurrently 'npm run start:azure -w api' 'wait-on tcp:0.0.0.0:7071 && npm run dev -w app'",
|
"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\"",
|
"format": "prettier --write \"**/src/**/*.ts\" \"**/test/**/*.ts\"",
|
||||||
|
|||||||
Reference in New Issue
Block a user