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 b98ead3 commit eab8923
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,9 +21,6 @@ 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
Expand All @@ -39,6 +36,9 @@ jobs:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm run semantic-release

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

- name: Set base href
run: ./node_modules/.bin/replace '<base href=(.*?)>' '<base href="/${{ github.event.repository.name }}/${{ steps.branch.outputs.branch }}/">' dist/seb-ng-wizard-lazy-demo/index.html

Expand Down

0 comments on commit eab8923

Please sign in to comment.