Skip to content

Commit

Permalink
🔧(website) add command to create a new version with ease
Browse files Browse the repository at this point in the history
Add a command docs:version to create a new documentation with ease and run
prettier-write as a post command.
  • Loading branch information
jbpenrath committed Apr 18, 2024
1 parent ee4100d commit 4ac1ce6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"start": "docusaurus start",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"docusaurus": "docusaurus"
"docusaurus": "docusaurus",
"docs:version": "docusaurus docs:version",
"postdocs:version": "yarn prettier-write"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4ac1ce6

Please sign in to comment.