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": {