From cf2c08550f69b1ea5594f9dc42169611c46d683a Mon Sep 17 00:00:00 2001 From: Andrew Gioia Date: Tue, 28 Jul 2020 09:08:34 -0400 Subject: [PATCH] Fixes one character issue with publish directive, putting this away for a while :P --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d001fea..da4e8f9 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 --style compressed && 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 dist/* /var/www/andrewgioia.com/*" + "publish": "cp -R dist/* /var/www/andrewgioia.com/" }, "repository": { "type": "git",