mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
ci: build docs on test step (#1105)
docs(infinite-scroll): fix SSR docs(pagination): bind a boolean not a string ci: build docs on test workflow ci: install docs deps in same step
This commit is contained in:
@@ -29,10 +29,16 @@ jobs:
|
||||
node-version: 12
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn install --frozen-lockfile
|
||||
run: |
|
||||
yarn install --frozen-lockfile
|
||||
cd docs
|
||||
yarn install --frozen-lockfile
|
||||
|
||||
- name: Build
|
||||
- name: Build Dist
|
||||
run: yarn build
|
||||
|
||||
- name: Bundlewatch
|
||||
run: npx bundlewatch
|
||||
|
||||
- name: Build Docs
|
||||
run: yarn build:docs
|
||||
|
||||
Reference in New Issue
Block a user