File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
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
- working-directory : ./example
42
- run : |
43
- sed -i '/link:/d' package.json
44
- yarn add react-fluid-table
45
- yarn install
41
+ run : yarn install
46
42
- name : Build
47
- working-directory : ./example
48
- run : yarn build
43
+ run : yarn site:build
49
44
- name : Setup Pages
50
45
uses : actions/configure-pages@v3
51
46
- 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
- "prepare" : " yarn run build" ,
31
- "predeploy" : " cd example && yarn install && yarn run build" ,
32
- "deploy" : " gh-pages -d example/build"
30
+ "site:build" : " cd example && yarn install && yarn run build"
33
31
},
34
32
"peerDependencies" : {
35
33
"react" : " >=16.8.0" ,
You can’t perform that action at this time.
0 commit comments