Skip to content

Commit

Permalink
npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
boonboonsiri committed Jan 3, 2024
1 parent 5e79636 commit 3f1e0eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"deploy": "gh-pages -d build",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
Expand All @@ -26,7 +26,8 @@
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.0.1",
"@docusaurus/types": "3.0.1"
"@docusaurus/types": "3.0.1",
"gh-pages": "^6.1.1"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 3f1e0eb

Please sign in to comment.