Move js to form component

This commit is contained in:
George Drummond
2019-05-03 14:34:41 -04:00
parent 094550f99c
commit 334f3d8ed3
3 changed files with 33 additions and 41 deletions

View File

@@ -9,6 +9,5 @@ if [ "$1" == "check" ]; then
else
pipenv run black ${FILES_TO_FORMAT}
yarn run prettier --list-different --write "js/**/*.js" --config ./prettier.config.json
tt
yarn run prettier --list-different --write "styles/**/*.scss"
fi