Skip to content

Commit 4bb73c4

Browse files
fix formatting
1 parent 238f138 commit 4bb73c4

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

.github/actions/setup-node-deps/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
uses: actions/setup-node@v4
3636
with:
3737
node-version: ${{ inputs.node-version }}
38-
cache: "pnpm"
38+
cache: 'pnpm'
3939

4040
- name: Get PNPM store directory
4141
id: npm-cache-dir

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ jobs:
189189
name: verdaccio-repo
190190
path: ./tmp/registry/storage
191191

192-
193192
# Tests that npm init @temporalio results in a working worker and client
194193
test-npm-init:
195194
needs: build-packages

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ packages/*/CHANGELOG.md
1111
packages/docs/docs/api
1212
typedoc-sidebar.js
1313
lerna.json
14+
pnpm-lock.yaml
1415
README.md
1516
packages/proto/protos/root.d.ts
1617
packages/proto/protos/json-module.js

pnpm-workspace.yaml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
packages:
2-
- "packages/activity"
3-
- "packages/client"
4-
- "packages/cloud"
5-
- "packages/common"
6-
- "packages/core-bridge"
7-
- "packages/create-project"
8-
- "packages/docs"
9-
- "packages/envconfig"
10-
- "packages/interceptors-opentelemetry"
11-
- "packages/meta"
12-
- "packages/nexus"
13-
- "packages/nyc-test-coverage"
14-
- "packages/plugin"
15-
- "packages/proto"
16-
- "packages/test"
17-
- "packages/testing"
18-
- "packages/worker"
19-
- "packages/workflow"
2+
- 'packages/activity'
3+
- 'packages/client'
4+
- 'packages/cloud'
5+
- 'packages/common'
6+
- 'packages/core-bridge'
7+
- 'packages/create-project'
8+
- 'packages/docs'
9+
- 'packages/envconfig'
10+
- 'packages/interceptors-opentelemetry'
11+
- 'packages/meta'
12+
- 'packages/nexus'
13+
- 'packages/nyc-test-coverage'
14+
- 'packages/plugin'
15+
- 'packages/proto'
16+
- 'packages/test'
17+
- 'packages/testing'
18+
- 'packages/worker'
19+
- 'packages/workflow'
2020

2121
# Only allow installing packages that are at least a day old
2222
minimumReleaseAge: 1440
2323
# Allow depending on just published Temporal packages
2424
minimumReleaseAgeExclude:
25-
- "@temporalio/*"
26-
- "nexus-rpc"
25+
- '@temporalio/*'
26+
- 'nexus-rpc'
2727

2828
ignoreScripts: true

0 commit comments

Comments
 (0)