Skip to content

Commit

Permalink
Update deploy.yml => add prettier (#772)
Browse files Browse the repository at this point in the history
* Update deploy.yml

Add the npm run prettier command action to every push request

* Update deploy.yml
  • Loading branch information
SimonGenin authored Oct 20, 2020
1 parent 25d4cb2 commit 4e8e9de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
- run: npm run test
- run: npm run prettier

0 comments on commit 4e8e9de

Please sign in to comment.