Fixes one character issue with publish directive, putting this away for a while :P

This commit is contained in:
Andrew Gioia 2020-07-28 09:08:34 -04:00
parent 0c759f99ef
commit cf2c08550f
1 changed files with 1 additions and 1 deletions

View File

@ -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",