Skip to content

Commit

Permalink
fix run typo
Browse files Browse the repository at this point in the history
  • Loading branch information
flynneva committed Dec 21, 2020
1 parent 33fe815 commit 495c907
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install and Build
run: npm install
run: npm run build --if-present
#run: npm test
- run: npm install
- run: npm run build --if-present
#- run: npm test

0 comments on commit 495c907

Please sign in to comment.