From 420b012687eeadc5825eaa0d95006386d02c1695 Mon Sep 17 00:00:00 2001 From: "Valentin D. Pinkman" Date: Mon, 17 May 2021 13:53:12 +0200 Subject: [PATCH] remove --production (#601) --- .github/workflows/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index 1defd42a0..bf525b8b5 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -21,7 +21,7 @@ jobs: with: node-version: 12.x - name: install dependencies - run: yarn install --production + run: yarn - name: test run: yarn test - name: test no git diff