Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit afb1c66

Browse files
chore: include docs build scripts in pipeline (#6913)
1 parent e0bdccf commit afb1c66

4 files changed

Lines changed: 187 additions & 883 deletions

File tree

.github/workflows/ci_main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,8 @@ jobs:
3939
- name: import
4040
if: ${{ matrix.node == '16' || matrix.node == '18' }}
4141
run: npm run test:esm
42+
- name: docs
43+
run: |
44+
cd docs_app
45+
npm run setup
46+
npm run build

docs_app/.browserslistrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@
99
last 2 versions
1010
Firefox ESR
1111
not dead
12-
not IE 9-11 # For IE 9-11 support, remove 'not'.
12+
not IE 9-11 # For IE 9-11 support, remove 'not'.
13+
not ios_saf 15.2-15.3
14+
not safari 15.2-15.3

0 commit comments

Comments
 (0)