Skip to content

Commit

Permalink
chore: add build step
Browse files Browse the repository at this point in the history
  • Loading branch information
coston committed Sep 25, 2019
1 parent 089c4ad commit 1af89df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nodejs-cross-platform.yml
Expand Up @@ -15,9 +15,10 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install and test
- name: npm install, build, and test
run: |
npm install
npm run build --if-present
npm test
env:
CI: true

0 comments on commit 1af89df

Please sign in to comment.