Skip to content
Snippets Groups Projects
Commit 3574c145 authored by Alexander Repeta's avatar Alexander Repeta
Browse files

Исправляет скрипт build. Собирался только index.html.

parent 4736aa5e
No related branches found
No related tags found
No related merge requests found
......@@ -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"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment