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",