File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
packages/orbit-components Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1818 uses : ./.github/actions/node
1919
2020 - name : Delete Report
21+ # yarn surge teardown $DOMAIN_PLAYROOM --token ${{ secrets.SURGE_TOKEN }}
2122 run : |
2223 echo "Deleting report for branch $BRANCH_NAME"
2324 BRANCH_URL=$(echo ${BRANCH_NAME} | sed -e 's/[^a-zA-Z0-9]/-/g')
2425 DOMAIN=https://kiwicom-orbit-test-report-${BRANCH_URL}.surge.sh
26+ DOMAIN_PLAYROOM=https://kiwicom-orbit-test-report-${BRANCH_URL}-playroom.surge.sh
2527 yarn surge teardown $DOMAIN --token ${{ secrets.SURGE_TOKEN }}
2628 continue-on-error : true
Original file line number Diff line number Diff line change 55.out
66.cache
77.DS_STORE
8+ .playroom /
89src /data /airportIllustrations.json
910src /data /illustrations.json
1011src /data /icons.json
Original file line number Diff line number Diff line change 2828 "build:iconsFont" : " node --loader ts-node/esm config/createSVGFont.mts" ,
2929 "build:emailIcons" : " yarn build:icons && yarn build:iconsFont && node --loader ts-node/esm config/generateEmailIcons.mts" ,
3030 "build:storybook" : " yarn build:icons && storybook build -c .storybook -o .out" ,
31+ "build:playroom" : " playroom build" ,
3132 "eslint:check" : " eslint . --report-unused-disable-directives" ,
3233 "test-ct" : " playwright test -c playwright-ct.config.ts" ,
3334 "deploy:storybook" : " yarn storybook-to-ghpages -e ./.out" ,
You can’t perform that action at this time.
0 commit comments