Skip to content

Commit 52b72d1

Browse files
committed
www(исправление бага): fix docserch
fix docserch
1 parent 3565019 commit 52b72d1

File tree

4 files changed

+10061
-79
lines changed

4 files changed

+10061
-79
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"posttest": "cd -",
4141
"github-token-configurator__init": "node ./config/github-repository-token-configurator/github-repository-token-configurator__init.js",
4242
"github-token-configurator__validate": "node ./config/github-repository-token-configurator/github-repository-token-configurator__validate.js",
43-
"serve": "cd www && npm run clean && npm run serve",
43+
"serve": "cd www && npm run dev",
4444
"prettier:md:contents": "prettier --write -- ./{book,what-is-new}/**/*.{md,json}",
4545
"lint": "eslint ./test.md --fix",
4646
"build": "cd www && npm run build",
@@ -59,6 +59,7 @@
5959
"@types/nodegit": "^0.26.14",
6060
"@types/puppeteer": "^5.4.3",
6161
"@types/react": "^17.0.27",
62+
"clean": "^4.0.2",
6263
"commitizen": "^4.2.4",
6364
"cz-customizable": "^6.3.0",
6465
"husky": "^5.1.2",

www/hooks/use-doc-search.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ export const useDocSearch = () => {
5757
input.removeEventListener(`blur`, input_blurHandler);
5858
};
5959
});
60-
}
60+
}

0 commit comments

Comments
 (0)