File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2727
2828### Chores
2929
30+ - Added ` storybook:build ` check to pre-push hook ([ PR 2955] ( https://github.com/input-output-hk/daedalus/pull/2955 ) )
3031- Using new faker.js ([ PR 2855] ( https://github.com/input-output-hk/daedalus/pull/2855 ) )
3132- Fixed spelling issues and typos ([ PR 2915] ( https://github.com/input-output-hk/daedalus/pull/2915 ) )
3233- Removed SASS ts-lint ignore comments ([ PR 2870] ( https://github.com/input-output-hk/daedalus/pull/2870 ) )
Original file line number Diff line number Diff line change 77 "scripts" : {
88 "build" : " gulp build" ,
99 "build:electron" : " electron-rebuild -w usb --useCache -s --debug" ,
10- "check:all" : " yarn prettier:check && yarn lint && yarn compile && yarn stylelint && yarn lockfile:check && yarn manage:translations" ,
10+ "check:all" : " yarn prettier:check && yarn lint && yarn compile && yarn stylelint && yarn lockfile:check && yarn manage:translations && yarn storybook:build " ,
1111 "start" : " gulp start" ,
1212 "start:dev" : " NODE_ENV=development gulp start" ,
1313 "dev" : " IS_WATCH_MODE=true gulp dev" ,
You can’t perform that action at this time.
0 commit comments