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 0fe84c5 commit da90074Copy full SHA for da90074
package.json
@@ -58,7 +58,7 @@
58
"test": "echo \"Error: no test specified\" && exit 1",
59
"format:styles": "stylus-supremacy format ./docs/.vuepress/**/*.styl --replace",
60
"docs:dev": "vuepress dev docs",
61
- "docs:build": "docs:links && vuepress build docs",
+ "docs:build": "npm run docs:links && vuepress build docs",
62
"docs:links": "vuepress check-md docs"
63
}
64
0 commit comments