From 8db152a91a83fc5e6e3ef7b4a0769a14b14e9b58 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Wed, 18 Sep 2019 03:59:37 +0900 Subject: [PATCH] gha: comment out Build production step --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ce1f936..753752d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,8 +18,8 @@ jobs: # - name: Test script # run: npm test - - name: Build production - run: npm run build + # - name: Build production + # run: npm run build test-prod: