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.
2 parents 1133ea9 + e0b3943 commit f55c933Copy full SHA for f55c933
package.json
@@ -18,12 +18,13 @@
18
"test": "test"
19
},
20
"scripts": {
21
- "prestart": "gitbook install",
+ "prepublish": "gitbook install",
22
"start": "gitbook serve",
23
+ "build": "gitbook build",
24
"eslint": "eslint src/**/*.js",
25
"eslint:md": "eslint --ext .md ja/**/*.md",
26
"textlint": "summary-to-path | xargs textlint --rule spellcheck-tech-word",
- "test": "npm run textlint && npm run eslint:md && npm run eslint"
27
+ "test": "npm run textlint && npm run eslint:md && npm run eslint && npm run build"
28
29
"keywords": [
30
"plugin",
0 commit comments