Fixes local dist location in npm script

This commit is contained in:
Andrew Gioia 2020-07-17 09:27:36 -04:00
parent a42823c8c1
commit 79e2ce411d
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 && 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",