add build commands
DJ
committed Sep 20, 2018
commit ad4f3aa3098271857998d0e4b5e1f23d90f60130
Showing 1
changed file with
4 additions
and 0 deletions
.forestry/settings.yml
+4
-0
| @@ | @@ -32,3 +32,7 @@ public_path: "/upload" |
| front_matter_path: '' | |
| use_front_matter_path: false | |
| file_template: ":filename:" | |
| + | build: |
| + | preview_command: "npm run site:build" |
| + | publish_command: "npm run site_build" |
| + | output_directory: "portfolio/.vuepress/dist" |
| \ No newline at end of file | |