Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 451dbe6

Browse files
committed
Added library build to netlify command
1 parent 20a8e80 commit 451dbe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# @see https://www.netlify.com/docs/netlify-toml-reference/
44
[build]
55
publish = "docs/.vuepress/dist"
6-
command = "npm run docs:build"
6+
command = "npm run build && npm run docs:build"

0 commit comments

Comments
 (0)