This commit is contained in:
Patrick Marsceill 2020-04-23 23:46:41 -04:00
parent 4c022bd9ac
commit 0ba4685ee1
No known key found for this signature in database
GPG Key ID: 286B93882D828F40
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@
},
"scripts": {
"test": "stylelint '**/*.scss'",
"format": "pretter --write '**/*.{scss,js,json}'"
"format": "prettier --write '**/*.{scss,js,json}'"
}
}