Skip to content

Commit 9d0a16b

Browse files
authored
ci: format code after snapshotting new docs version (#748)
1 parent f9d0f16 commit 9d0a16b

File tree

5 files changed

+49927
-51379
lines changed

5 files changed

+49927
-51379
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ jobs:
158158
jq 'map(select(. != env.MAJOR))' versions.json > tmp.json && mv tmp.json versions.json
159159
npx docusaurus docs:version $MAJOR
160160
npx docusaurus api:version $MAJOR
161+
cd ..
162+
npm run format
161163
162164
- name: Commit and push the version snapshot
163165
uses: EndBug/add-and-commit@v9
Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
[{"entryPoints":{"index":{"label":"Index","path":"src/index.ts"}},"packageRoot":"..","packagePath":".","packageSlug":".","packageName":"apify-client","packageVersion":"2.17.0"}]
1+
[
2+
{
3+
"entryPoints": { "index": { "label": "Index", "path": "src/index.ts" } },
4+
"packageRoot": "..",
5+
"packagePath": ".",
6+
"packageSlug": ".",
7+
"packageName": "apify-client",
8+
"packageVersion": "2.17.0"
9+
}
10+
]

0 commit comments

Comments
 (0)