Skip to content

Commit 836e828

Browse files
committed
chore(packagejson): 🏗️ remove keys scripts
1 parent be0647e commit 836e828

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
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",
@@ -64,7 +63,7 @@
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",

0 commit comments

Comments
 (0)