Skip to content

Commit

Permalink
Rename script names (add "yarn sb" shortcut)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Jan 11, 2021
1 parent f41008e commit 9922b50
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,14 @@
"test:coverage": "NODE_ENV=test jest --coverage",
"test:coverage:group:no-integration": "NODE_ENV=test jest --group=-integration --coverage",
"test:config": "NODE_ENV=test jest --showConfig",
"sb": "yarn storybook",
"storybook": "start-storybook -p 6006",
"storybook:export": "build-storybook",
"codemod:update-react-imports": "npx react-codemod update-react-imports src/",
"codemod:name-default-component": "npx @next/codemod name-default-component src/",
"codemod:withamp-to-config": "npx @next/codemod withamp-to-config src/",
"security:audit": "yarn audit",
"packages:upgrade": "yarn upgrade-interactive --latest",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
"packages:upgrade": "yarn upgrade-interactive --latest"
},
"next-unused": {
"alias": {},
Expand Down

0 comments on commit 9922b50

Please sign in to comment.