Skip to content

Commit

Permalink
ci(github-actions): update build order
Browse files Browse the repository at this point in the history
  • Loading branch information
hjalmers committed Jun 1, 2021
1 parent 9771279 commit b98ead3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:

- name: Install dependencies
run: npm ci

- name: Build documentation and demo site
run: npm run build:demo

- name: Build library
run: npm run build

- name: Build documentation and demo site
run: npm run build:demo

#- uses: codfish/semantic-release-action@master
# env:
# GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit b98ead3

Please sign in to comment.