From 272192103e42ceff00ae89db37b4b10dd620e3a1 Mon Sep 17 00:00:00 2001 From: sunda <> Date: Wed, 10 Nov 2021 16:39:16 +0100 Subject: [PATCH] update deploy script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d94751..d8e8515 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "start": "yarn parcel index.html", "dev": "yarn parcel watch index.html", - "build": "yarn parcel build index.js && cp -r static dist/static", + "build": "parcel build index.html && cp -r static dist/static", "deploy": "yarn parcel build; rsync rsync -aP ./dist/ inu@95.216.203.71:/media/www/stream.undersco.re/" }, "alias": {