fix publish command
DJ
committed Sep 21, 2018
commit 84063e6a208cdca5adc4d9d5032c3b50018c7424
Showing 1
changed file with
1 additions
and 1 deletions
.forestry/settings.yml
+1
-1
| @@ | @@ -35,5 +35,5 @@ use_front_matter_path: false |
| file_template: ":filename:" | |
| build: | |
| preview_command: npm run site:build | |
| - | publish_command: npm run site_build |
| + | publish_command: npm run site:build |
| output_directory: portfolio/.vuepress/dist | |