Merge pull request #172 from microsoft/no-hassle-prettier

Have bot run prettier after PRs, remove from linter
This commit is contained in:
Andrew Branch
2020-11-13 10:41:38 -08:00
committed by GitHub
4 changed files with 7 additions and 34 deletions

View File

@@ -44,6 +44,13 @@ jobs:
registry-url: https://registry.npmjs.org
- name: install
run: yarn install --frozen-lockfile
- name: format
run: |
yarn format
if [ -n "`git status -s`" ]; then
git commit -am "Format"
git push
fi
- name: build
run: yarn build
- name: publish alpha