From 5c3ca611da9426ecae87e49a013fd917bf3bb7ab Mon Sep 17 00:00:00 2001 From: pypy Date: Tue, 20 Apr 2021 13:43:29 +0900 Subject: [PATCH] Revert "build fix" This reverts commit 72b381a4058045dd03eae9b6fce4a6b114b86036. --- .github/workflows/github_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index cb6a8470..53027632 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -38,4 +38,4 @@ jobs: - name: Restore dependencies run: npm ci - name: Build - run: npm run prod + run: npm run production