Skip to content

Commit c053c67

Browse files
committed
feat: remove direct deps in workspace
1 parent 9b753f1 commit c053c67

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Push
1+
name: Release deploy script
22

33
concurrency:
44
group: push
@@ -32,7 +32,7 @@ jobs:
3232
cache: yarn
3333

3434
- name: Install dependencies
35-
run: yarn --frozen-lockfile
35+
run: yarn --immutable
3636

3737
- name: Build & test
3838
run: yarn build && yarn test

packages/api/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
"@aws-sdk/lib-dynamodb": "^3.637.0",
1515
"@hono/node-server": "^1.12.2",
1616
"@includable/serverless-middleware": "^2.2.0",
17-
"@trace-stack/dashboard": "workspace:^",
18-
"@trace-stack/lambda-layer": "workspace:^",
1917
"date-fns": "^3.6.0",
2018
"dynamodb-toolbox": "^1.3.8",
2119
"hono": "^4.5.10"

turbo.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
"$schema": "https://turbo.build/schema.json",
33
"tasks": {
44
"build": {
5+
"cache": false,
56
"dependsOn": ["^build"],
67
"inputs": ["$TURBO_DEFAULT$", ".env*"],
78
"outputs": ["dist/**"]
89
},
910
"deploy": {
11+
"cache": false,
1012
"dependsOn": ["build"],
1113
"inputs": ["$TURBO_DEFAULT$", ".env*"],
1214
"outputs": ["dist/**", ".serverless/**", ".esbuild/**"]

yarn.lock

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5610,8 +5610,6 @@ __metadata:
56105610
"@aws-sdk/lib-dynamodb": "npm:^3.637.0"
56115611
"@hono/node-server": "npm:^1.12.2"
56125612
"@includable/serverless-middleware": "npm:^2.2.0"
5613-
"@trace-stack/dashboard": "workspace:^"
5614-
"@trace-stack/lambda-layer": "workspace:^"
56155613
date-fns: "npm:^3.6.0"
56165614
dynamodb-toolbox: "npm:^1.3.8"
56175615
esbuild: "npm:^0.20.1"
@@ -5623,7 +5621,7 @@ __metadata:
56235621
languageName: unknown
56245622
linkType: soft
56255623

5626-
"@trace-stack/dashboard@workspace:^, @trace-stack/dashboard@workspace:packages/dashboard":
5624+
"@trace-stack/dashboard@workspace:packages/dashboard":
56275625
version: 0.0.0-use.local
56285626
resolution: "@trace-stack/dashboard@workspace:packages/dashboard"
56295627
dependencies:
@@ -5665,7 +5663,7 @@ __metadata:
56655663
languageName: unknown
56665664
linkType: soft
56675665

5668-
"@trace-stack/lambda-layer@workspace:^, @trace-stack/lambda-layer@workspace:packages/lambda-layer":
5666+
"@trace-stack/lambda-layer@workspace:packages/lambda-layer":
56695667
version: 0.0.0-use.local
56705668
resolution: "@trace-stack/lambda-layer@workspace:packages/lambda-layer"
56715669
dependencies:

0 commit comments

Comments
 (0)