Specify the target build directory

This commit is contained in:
He4eT 2021-03-25 19:09:24 +05:00
commit 089b0714d5

View file

@ -5,7 +5,7 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"dev": "parcel index.html", "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" "lint": "eslint --fix src"
}, },
"author": "He4eT", "author": "He4eT",