From 49420121ff4d2b4758d4016848055c1631389faa Mon Sep 17 00:00:00 2001 From: Toru Nagashima Date: Sun, 20 Oct 2019 19:54:57 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9A=92=20fix=20build=20scripts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9ff8c1a..b096a93 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -23,7 +23,7 @@ jobs: - name: Install Packages run: npm install - name: Lint - run: node run -s lint + run: npm run -s lint test: name: Test