Skip to content

Commit eb8fea5

Browse files
committed
spellcheck with build
1 parent cc4c72f commit eb8fea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"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",
7+
"build": "yarn clean && yarn spellcheck && yarn preprocess && yarn preprocess:move && docusaurus build",
88
"clean": "./scripts/clean.sh",
99
"serve": "docusaurus serve",
1010
"preprocess": "yarn node -r dotenv/config ./src/preprocess/index.js",

0 commit comments

Comments
 (0)