Add target param to building script

This commit is contained in:
He4eT 2021-03-04 00:20:53 +05:00
commit 747e07fb5c

View file

@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"dev": "parcel index.html",
"build": "parcel build index.html",
"build": "parcel build index.html --public-url",
"lint": "eslint --fix src"
},
"author": "He4eT",