diff options
author | 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> | 2024-01-21 22:46:54 +0900 |
---|---|---|
committer | 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> | 2024-01-21 22:46:54 +0900 |
commit | 8631539a427584dd73164e3dd888f4c6f64d4394 (patch) | |
tree | 1e1518156b2d67b25784d5d61022665f1dd1f379 | |
parent | 4edb3f00fb074e9555c766a55035a74e39b10919 (diff) |
build後にnull文字を削除(DocSearch用)を追加
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 2b89661b..e86fc9a5 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "docusaurus": "docusaurus", "start": "docusaurus start", - "build": "docusaurus build", + "build": "docusaurus build && py removeNullCharacters.py", "swizzle": "docusaurus swizzle", "deploy": "docusaurus deploy", "clear": "docusaurus clear", |