update readme and config
... | ... | @@ -6,8 +6,7 @@ |
"homepage": "https://goitacademy.github.io/parcel-project-template", | ||
"scripts": { | ||
"dev": "parcel src/*.html", | ||
"build": "parcel build src/*.html --public-url /parcel-project-template/", | ||
"deploy": "gh-pages -d dist" | ||
"build": "parcel build src/*.html --public-url /parcel-project-template/" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... |
Please register or sign in to comment