Fix deploy script
... | ... | @@ -6,7 +6,7 @@ |
"scripts": { | ||
"start": "parcel index.html", | ||
"build": "rm -rf dist/ && parcel build index.html", | ||
"deploy": "npm run build && scp -r -P 5412 dist/ admin@193.170.119.179:/var/www/html" | ||
"deploy": "npm run build && scp -r -P 5412 dist/* admin@193.170.119.179:/var/www/html" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
... | ... | @@ -15,4 +15,4 @@ |
"parcel-bundler": "^1.12.4", | ||
"sass": "^1.27.0" | ||
} | ||
} | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment