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

Редактирует скрипт predeploy

parent b5cc8163
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
"scripts": {
"dev": "parcel src/*.html",
"build": "parcel build src/*.html",
"predeploy": "npm run build -- --public-url='/parcel-project-template/'",
"predeploy": "npm run build -- --public-url=/parcel-project-template/",
"deploy": "gh-pages -d dist"
},
"repository": {
......
.example {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
line-height: 1.5;
color: #212121;
max-width: 960px;
......@@ -11,7 +11,8 @@
font-family: monospace;
font-size: 16px;
font-weight: 700;
background-color: lightgrey;
background-color: teal;
color: white;
padding: 2px 6px;
border-radius: 2px;
}
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