File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 4141 ],
4242 "scripts" : {
4343 "postinstall" : " concurrently \" husky install\" \" patch-package\" " ,
44- "boot" : " concurrently \" yarn keys\" \" yarn previews\" " ,
45- "keys" : " node scripts/generateKeys" ,
44+ "boot" : " yarn previews" ,
4645 "previews" : " node scripts/create-previews.js" ,
4746 "storybook" : " yarn previews && start-storybook -p 6006" ,
4847 "test" : " jest --config ./jest.config.ts --no-cache" ,
6463 "swc:esm" : " swc src -d out/esm -C module.type=es6" ,
6564 "swc:types" : " tsc --emitDeclarationOnly --project tsconfig.prod.json --declarationDir out/types" ,
6665 "check-types" : " yarn swc:types && tsd" ,
67- "storybook-build" : " yarn keys && yarn previews && build-storybook" ,
66+ "storybook-build" : " yarn previews && build-storybook" ,
6867 "prepublishOnly" : " pinst --disable" ,
6968 "release" : " release-it" ,
7069 "postpublish" : " pinst --enable" ,
You can’t perform that action at this time.
0 commit comments