From 089b0714d588e46f517dbde8dae6624efad8fd86 Mon Sep 17 00:00:00 2001 From: He4eT Date: Thu, 25 Mar 2021 19:09:24 +0500 Subject: [PATCH] Specify the target build directory --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9daebf..dd689dd 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "dev": "parcel index.html", - "build": "parcel build index.html --public-url", + "build": "parcel build index.html --out-dir docs --public-url", "lint": "eslint --fix src" }, "author": "He4eT",