Skip to content

Commit

Permalink
docs: add deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
fallion committed Nov 19, 2020
1 parent 9ee0344 commit 2e4830e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"scripts": {
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle"
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy"
},
"dependencies": {
"@docusaurus/core": "2.0.0-alpha.66",
Expand Down

1 comment on commit 2e4830e

@vercel
Copy link

@vercel vercel bot commented on 2e4830e Nov 19, 2020

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.