Skip to content

Commit da90074

Browse files
committed
run docs:links with docs:build
1 parent 0fe84c5 commit da90074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"test": "echo \"Error: no test specified\" && exit 1",
5959
"format:styles": "stylus-supremacy format ./docs/.vuepress/**/*.styl --replace",
6060
"docs:dev": "vuepress dev docs",
61-
"docs:build": "docs:links && vuepress build docs",
61+
"docs:build": "npm run docs:links && vuepress build docs",
6262
"docs:links": "vuepress check-md docs"
6363
}
6464
}

0 commit comments

Comments
 (0)