diff --git a/package.json b/package.json index 547fbeb..eee8cf1 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dev": "sass --no-source-map src/scss/theme.scss dist/site.css && cp src/index.html dist/index.html && cp -R src/img dist && cp -R src/icons dist", "prod": "sass --no-source-map src/scss/theme.scss dist/site.css && cp src/index.html dist/index.html && cp -R src/img dist && cp -R src/icons dist", "watch": "sass --no-source-map --watch src/scss/theme.scss dist/site.css", - "publish": "cp -R public/* /var/www/andrewgioia.com/*" + "publish": "cp -R dist/* /var/www/andrewgioia.com/*" }, "repository": { "type": "git",