File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 38
38
- name : Install yarn
39
39
run : npm install -g yarn
40
40
- name : Install dependencies
41
- run : yarn install
41
+ working-directory : ./example
42
+ run : |
43
+ sed -i '/link:/d' package.json
44
+ yarn add react-fluid-table
45
+ yarn install
42
46
- name : Build
43
- run : yarn site:build
47
+ working-directory : ./example
48
+ run : yarn build
44
49
- name : Setup Pages
45
50
uses : actions/configure-pages@v3
46
51
- name : Upload artifact
Original file line number Diff line number Diff line change 27
27
"scripts" : {
28
28
"build" : " rm -rf dist ||: && rollup -c --environment BUILD:production" ,
29
29
"start" : " rollup -c -w --environment BUILD:development" ,
30
- "site:build" : " cd example && yarn install && yarn run build"
30
+ "site:build" : " cd example && yarn install && yarn build"
31
31
},
32
32
"peerDependencies" : {
33
33
"react" : " >=16.8.0" ,
You can’t perform that action at this time.
0 commit comments