This commit is contained in:
Patrick Marsceill
2020-04-23 23:46:41 -04:00
parent 4c022bd9ac
commit 0ba4685ee1
+1 -1
View File
@@ -16,6 +16,6 @@
}, },
"scripts": { "scripts": {
"test": "stylelint '**/*.scss'", "test": "stylelint '**/*.scss'",
"format": "pretter --write '**/*.{scss,js,json}'" "format": "prettier --write '**/*.{scss,js,json}'"
} }
} }