Skip to content

Commit

Permalink
Merge pull request #4 from jlozovei/fix/build
Browse files Browse the repository at this point in the history
fix(scripts): Update npm scripts on CI
  • Loading branch information
jlozovei authored Apr 2, 2020
2 parents 6a2d434 + 31d3d59 commit 2b727cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: npm install
- name: Test code
run: npm test
run: npm run test
release:
name: Semantic Release
runs-on: ubuntu-18.04
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: npm install
- name: Build
run: npm build
run: npm run build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 2b727cb

Please sign in to comment.