File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed
Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1- name : Push
1+ name : Release deploy script
22
33concurrency :
44 group : push
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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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/**" ]
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments