Skip to content
This repository was archived by the owner on Apr 18, 2021. It is now read-only.

Commit 627ce1e

Browse files
committed
fix: workflow
1 parent b548398 commit 627ce1e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
run: |
1818
npm install
1919
npm publish
20+
npm run typedoc:generate
2021
git config user.name $REPO_OWNER
2122
git add -f docs
2223
git commit --amend --allow-empty-message -m '' --reset-author

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-winston-logging-plugin",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A winston logging extension for the Apollo GraphQL Server ",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)