From 65bd5a6f9189f62f9ddabfd75f06e1d9c7a01b57 Mon Sep 17 00:00:00 2001 From: Hasta Ragil Saputra Date: Tue, 29 Jan 2019 17:28:47 +0700 Subject: [PATCH] deploy --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index bda0a9a..634af2a 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "deploy": "rsync -chavzP -e \"ssh -p 2222\" --stats dist/ root@209.58.165.19:/home/apps/giift/giift-customer-btn", "deploy:giift": "rsync -chavzP -e \"ssh -p 2222\" --stats dist/ root@209.58.165.19:/home/apps/giift/giift-customer", "dev2:parcel": "node scripts/link-assets.js; parcel public/index.parcel.html --out-file index.html --global $", + "build2:parcel:prod": "node scripts/link-assets.js; parcel build public/index.parcel.html --out-file index.html --detailed-report --no-source-maps", "build:deploy": "npm run build:parcel:prod && npm run deploy" }, "author": "Asacreative",