File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -14,17 +14,19 @@ jobs:
14
14
- uses : actions/checkout@v2
15
15
with :
16
16
persist-credentials : false
17
-
17
+
18
18
- name : Setup Node.js environment
19
19
20
20
with :
21
21
node-version : 12.x
22
-
22
+ env :
23
+ UI5_WEBCOMPONENTS_FOR_REACT_RELEASE_BUILD : true
24
+
23
25
- name : Install and Build
24
26
run : |
25
27
yarn install
26
28
yarn build:storybook
27
-
29
+
28
30
- name : Deploy 🚀
29
31
uses : JamesIves/github-pages-deploy-action@releases/v3
30
32
with :
Original file line number Diff line number Diff line change 7
7
"scripts" : {
8
8
"start" : " lerna run build:i18n && start-storybook -p 6006 -c .storybook" ,
9
9
"build" : " yarn clean && lerna run build --stream && node ./scripts/rollup/build.js" ,
10
- "build:storybook" : " build-storybook -c .storybook -o .out" ,
10
+ "build:storybook" : " lerna run build:i18n && build-storybook -c .storybook -o .out" ,
11
11
"pretest" : " node scripts/test/clean.js && lerna run build:i18n" ,
12
12
"test" : " jest --config=config/jest.config.js --coverage" ,
13
13
"clean" : " lerna run clean --stream && rimraf coverage" ,
You can’t perform that action at this time.
0 commit comments