From 4e8e9dee3ef553e0ad1194ab6422de5b041c465d Mon Sep 17 00:00:00 2001 From: Simon Genin Date: Tue, 20 Oct 2020 16:38:14 +0200 Subject: [PATCH] Update deploy.yml => add prettier (#772) * Update deploy.yml Add the npm run prettier command action to every push request * Update deploy.yml --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 66c2babe..bce74d3f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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