Skip to content

Commit

Permalink
chore: doc tasks/scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ngyewch committed Jul 4, 2024
1 parent 37ab76d commit e7e4d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"docs:clean": "rm -rf build/gh-pages",
"docs:mkdir": "mkdir -p build/gh-pages",
"docs:generate": "run-s docs:clean docs:mkdir typedoc",
"docs:deploy": "gh-pages -d gh-pages --nojekyll"
"docs:deploy": "gh-pages -d build/gh-pages --nojekyll"
},
"devDependencies": {
"@tapjs/core": "3.0.3",
Expand Down

0 comments on commit e7e4d96

Please sign in to comment.