fixed build command

Nichlas W. Andersen committed Aug 09, 2018
commit a5e45cce35ae7fd3528a85023ec35ebd479d4b77
Showing 1 changed file with 1 additions and 1 deletions
package.json +1 -1
@@ @@ -1,7 +1,7 @@
{
"name": "portfolio-vuepress",
"scripts": {
- "site:build": "vuepress build"
+ "site:build": "vuepress build portfolio"
},
"author": "Nichlas W. Andersen",
"license": "MIT",