Исправляет скрипт build. Собирался только index.html.
... | ... | @@ -6,7 +6,7 @@ |
"homepage": "https://goitacademy.com/parcel-project-template", | ||
"scripts": { | ||
"dev": "parcel src/*.html", | ||
"build": "parcel build src/index.html", | ||
"build": "parcel build src/*.html", | ||
"predeploy": "npm run build -- --public-url='/parcel-project-template/'", | ||
"deploy": "gh-pages -d dist" | ||
}, | ||
... | ... |
Please register or sign in to comment