forgot to add files before committing

This commit is contained in:
Nate Stemen 2018-12-10 22:59:31 -05:00
parent 912781f23f
commit 93a9030686

View file

@ -40,6 +40,7 @@ git commit -m "Decaffeinate: convert individual files to js"
npx prettier-eslint app.js Gruntfile.js config/settings.defaults.js --write
git add .
git commit -m "Prettier: convert individual decaffeinated files to Prettier format"
echo "done"