Skip to content

Commit

Permalink
chore: add pack to docs gen
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-alford committed Jan 7, 2023
1 parent f5b449d commit 775e801
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn run build:pack
- run: yarn run build
- run: yarn run eslint
- run: yarn run test:ci
- name: Coveralls
Expand All @@ -45,6 +45,8 @@ jobs:
uses: actions/checkout@v2.3.1
- name: Install
run: yarn install
- name: Build
run: yarn run build:pack
- name: Generate docs
run: yarn run docs
- name: Deploy
Expand Down

0 comments on commit 775e801

Please sign in to comment.