File tree Expand file tree Collapse file tree 2 files changed +1
-174
lines changed Expand file tree Collapse file tree 2 files changed +1
-174
lines changed Original file line number Diff line number Diff line change 1414 "build:renderer" : " yarn webpack -c source/renderer/webpack.config.js --progress" ,
1515 "build:cleanup" : " rimraf ./dist" ,
1616 "build:electron" : " ./scripts/rebuild-native-modules.sh" ,
17- "check:all" : " yarn prettier:check && yarn lint && yarn compile && yarn stylelint && yarn lockfile:check && yarn i18n:manage && yarn storybook:build" ,
17+ "check:all" : " yarn prettier:check && yarn lint && yarn compile && yarn stylelint && yarn i18n:manage && yarn storybook:build" ,
1818 "start" : " yarn electron ./" ,
1919 "start:dev" : " nodemon --watch 'dist/main' --exec 'NODE_ENV=development yarn start'" ,
2020 "test" : " NODE_ENV=test yarn build && yarn test:unit && yarn test:e2e:fail-fast" ,
7171 "itn:shelley:wallet:importer" : " yarn node-swc utils/api-importer/itn-shelley-wallet-importer.ts" ,
7272 "yoroi:wallet:importer" : " yarn node-swc utils/api-importer/yoroi-wallet-importer.ts" ,
7373 "create-news-verification-hashes" : " yarn node-swc utils/create-news-verification-hashes/index.ts" ,
74- "lockfile:check" : " yarn node-swc utils/lockfile-checker/index.ts --check" ,
75- "lockfile:fix" : " yarn node-swc utils/lockfile-checker/index.ts --fix" ,
7674 "typedef:sass" : " typed-scss-modules source/renderer/app"
7775 },
7876 "bin" : {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments