Skip to content

Commit

Permalink
fix(website): add missing scripts (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Mar 13, 2021
1 parent 0143f68 commit d3c4bb1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/package.json
Expand Up @@ -22,9 +22,13 @@
"private": true,
"scripts": {
"build": "docusaurus build",
"clear": "docusaurus clear",
"deploy": "docusaurus deploy",
"serve": "docusaurus serve",
"start": "docusaurus start",
"swizzle": "docusaurus swizzle"
"swizzle": "docusaurus swizzle",
"write-heading-ids": "docusaurus write-heading-ids",
"write-translations": "docusaurus write-translations"
},
"version": "1.0.0"
}

1 comment on commit d3c4bb1

@vercel
Copy link

@vercel vercel bot commented on d3c4bb1 Mar 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.