From e093524a18bcfed2c98143c01095add54038587a Mon Sep 17 00:00:00 2001 From: Ayaka Neko Date: Fri, 6 Nov 2020 17:43:27 +0800 Subject: [PATCH] :green_heart: Update CI script --- .github/workflows/node.prerelease.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.prerelease.yml b/.github/workflows/node.prerelease.yml index d93b67ae..528d21e0 100644 --- a/.github/workflows/node.prerelease.yml +++ b/.github/workflows/node.prerelease.yml @@ -1,11 +1,11 @@ # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions -name: Production CI Build Test +name: Pre-Release CI Build Test on: pull_request: - branches: [ production ] + branches: [ pre-release ] jobs: build: @@ -22,4 +22,5 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - run: npm install \ No newline at end of file + - run: npm install + - run: npm run build \ No newline at end of file