File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 88jobs :
99 chromatic-deployment :
1010 runs-on : ubuntu-latest
11+ env :
12+ STORYBOOK_FREEZE_DATE : " true"
1113 steps :
1214 - uses : actions/checkout@v1
1315 - name : Setup Node.js
Original file line number Diff line number Diff line change 4242 "stylelint:fix" : " yarn stylelint --fix" ,
4343 "manage:translations" : " gulp purge:translations && gulp clear:cache && gulp build && ts-node ./translations/translation-runner.ts" ,
4444 "storybook" : " start-storybook -p 6006 -c storybook --ci /" ,
45- "storybook:build" : " STORYBOOK_FREEZE_DATE=true build-storybook -c storybook -o dist/storybook" ,
45+ "storybook:build" : " build-storybook -c storybook -o dist/storybook" ,
4646 "themes:check:createTheme" : " gulp build:themes && ts-node -r esm ./dist/scripts/check.js" ,
4747 "themes:update" : " gulp build:themes && ts-node -r esm ./dist/scripts/update.js && yarn prettier --loglevel warn --write source/renderer/app/themes/daedalus/*.ts" ,
4848 "themes:copy" : " ts-node -r @babel/register -r @babel/polyfill source/renderer/app/themes/utils/copyTheme.ts && yarn prettier --loglevel warn --write source/renderer/app/themes/daedalus/*.ts" ,
You can’t perform that action at this time.
0 commit comments