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