Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit b071a62

Browse files
committed
Update hook
1 parent dfee08f commit b071a62

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"husky": {
1515
"hooks": {
16-
"pre-commit": "lint-staged"
16+
"pre-commit": "lint-staged && npm run test"
1717
}
1818
},
1919
"lint-staged": {

source/scss/font-face.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* ubuntu-italic - latin-ext_latin_cyrillic-ext_cyrillic */
22
@font-face {
33
font-family: "Ubuntu";
4-
54
font-style: italic;
65
font-weight: 400;
76
src: url("/fonts/ubuntu-v14-latin-ext_latin_cyrillic-ext_cyrillic-italic.eot");

0 commit comments

Comments
 (0)