Update deploy.yml => add prettier (#772)

* Update deploy.yml

Add the npm run prettier command action to every push request

* Update deploy.yml
This commit is contained in:
Simon Genin
2020-10-20 16:38:14 +02:00
committed by GitHub
parent 25d4cb2aab
commit 4e8e9dee3e
+2 -1
View File
@@ -23,4 +23,5 @@ jobs:
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- run: npm install - run: npm install
- run: npm test - run: npm run test
- run: npm run prettier