Skip to content

Commit

Permalink
docs: build after bump
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Dvorak <[email protected]>
  • Loading branch information
Tomas2D committed Oct 16, 2024
1 parent 672faaf commit 55b5ebb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
"yarn ts:check",
"yarn test:all"
],
"after:@release-it/conventional-changelog:bump": [
"yarn docs:build"
],
"after:bump": [
"yarn build"
]
Expand Down Expand Up @@ -114,7 +117,7 @@
"ts:check": "tsc --noEmit && tsc -p tsconfig.examples.json --noEmit",
"start": "tsx --tsconfig tsconfig.examples.json",
"start:bee": "yarn start -- examples/agents/bee.ts",
"docs:build": "embedme --source-root=. docs/**/*.md",
"docs:build": "embedme --source-root=. docs/**/*.md && cp *.md docs/ && yarn lint:fix docs/ && yarn prettier --write docs/",
"docs:check": "yarn docs:build --verify",
"docs:watch": "docsify serve ./docs --open",
"lint": "yarn eslint",
Expand Down

0 comments on commit 55b5ebb

Please sign in to comment.