Skip to content

Commit

Permalink
test(blog-plugin): fix ability to generate proper blog website fixtur…
Browse files Browse the repository at this point in the history
…e build snapshot (#9195)
  • Loading branch information
slorber authored Aug 3, 2023
1 parent 4ecc86f commit 062a0d2
Show file tree
Hide file tree
Showing 35 changed files with 881 additions and 224 deletions.
3 changes: 2 additions & 1 deletion packages/docusaurus-plugin-content-blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"types": "src/plugin-content-blog.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc --watch"
"watch": "tsc --watch",
"test:generate-build-snap": "yarn docusaurus build src/__tests__/__fixtures__/website --out-dir build-snap && yarn rimraf src/__tests__/__fixtures__/website/.docusaurus && yarn rimraf src/__tests__/__fixtures__/website/build-snap/assets && git add src/__tests__/__fixtures__/website/build-snap"
},
"repository": {
"type": "git",
Expand Down

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 062a0d2

Please sign in to comment.