We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4c72f commit eb8fea5Copy full SHA for eb8fea5
docs/package.json
@@ -4,7 +4,7 @@
4
"private": true,
5
"scripts": {
6
"dev": "HOST=0.0.0.0 ENV=dev yarn preprocess && docusaurus start --host ${HOST:-localhost}",
7
- "build": "yarn clean && yarn preprocess && yarn preprocess:move && docusaurus build",
+ "build": "yarn clean && yarn spellcheck && yarn preprocess && yarn preprocess:move && docusaurus build",
8
"clean": "./scripts/clean.sh",
9
"serve": "docusaurus serve",
10
"preprocess": "yarn node -r dotenv/config ./src/preprocess/index.js",
0 commit comments