diff --git a/package.json b/package.json index db04f3bb1ca3625d74a8f185d36e477e90094bff..029b8346b3b82abc80e34ea957b3e6820c50ab87 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,7 @@ "homepage": "https://goitacademy.github.io/parcel-project-template", "scripts": { "dev": "parcel src/*.html", - "build": "parcel build src/*.html", - "predeploy": "npm run build -- --public-url /parcel-project-template/", + "build": "parcel build src/*.html --public-url /parcel-project-template/", "deploy": "gh-pages -d dist" }, "repository": {