File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 24
24
- name : Prettier
25
25
run : |
26
26
npm run prettier
27
- docs :
27
+ website :
28
28
runs-on : ubuntu-latest
29
29
steps :
30
30
- uses : actions/checkout@v4
33
33
- name : Install
34
34
run : |
35
35
npm install
36
+ - name : Build package
37
+ run : |
38
+ npm run build
36
39
- name : Build documentation
37
40
run : |
38
41
npm run docs
42
+ - name : Build demo application
43
+ run : |
44
+ cd demo
45
+ npm install
46
+ npm install .. --install-links
47
+ npm run build
48
+ cd ..
49
+ cp -R docs demo/dist
39
50
unit-tests :
40
51
runs-on : ${{ matrix.os }}
41
52
strategy :
Original file line number Diff line number Diff line change 15
15
- name : Install library
16
16
run : |
17
17
npm install
18
+ - name : Build package
19
+ run : |
20
+ npm run build
18
21
- name : Build documentation
19
22
run : |
20
23
npm run docs
You can’t perform that action at this time.
0 commit comments