From 4268af24eaabbdc42246daf0e25a21efcc528b6b Mon Sep 17 00:00:00 2001
From: Alexander Repeta <alexander.repeta@gmail.com>
Date: Tue, 23 Mar 2021 14:09:27 +0200
Subject: [PATCH] update build script

---
 package.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package.json b/package.json
index db04f3b..029b834 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": {
-- 
GitLab