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:
1414 - uses : actions/checkout@v2
1515 with :
1616 persist-credentials : false
17-
17+
1818 - name : Setup Node.js environment
19192020 with :
2121 node-version : 12.x
22-
22+ env :
23+ UI5_WEBCOMPONENTS_FOR_REACT_RELEASE_BUILD : true
24+
2325 - name : Install and Build
2426 run : |
2527 yarn install
2628 yarn build:storybook
27-
29+
2830 - name : Deploy 🚀
2931 uses : JamesIves/github-pages-deploy-action@releases/v3
3032 with :
Original file line number Diff line number Diff line change 77 "scripts" : {
88 "start" : " lerna run build:i18n && start-storybook -p 6006 -c .storybook" ,
99 "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" ,
1111 "pretest" : " node scripts/test/clean.js && lerna run build:i18n" ,
1212 "test" : " jest --config=config/jest.config.js --coverage" ,
1313 "clean" : " lerna run clean --stream && rimraf coverage" ,
You can’t perform that action at this time.
0 commit comments