Skip to content

Commit

Permalink
Merge pull request #20151 from storybookjs/tech/tsup-cli
Browse files Browse the repository at this point in the history
Build: cleanup prep script where possible
  • Loading branch information
ndelangen authored Jan 5, 2023
2 parents 0aed2d1 + d85a819 commit 11d7b2e
Show file tree
Hide file tree
Showing 3 changed files with 551 additions and 549 deletions.
6 changes: 0 additions & 6 deletions code/lib/cli-sb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,9 @@
},
"license": "MIT",
"bin": "./index.js",
"scripts": {
"prep": "node ../../../scripts/prepare.js"
},
"dependencies": {
"@storybook/cli": "7.0.0-beta.19"
},
"devDependencies": {
"typescript": "~4.9.3"
},
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 0 additions & 6 deletions code/lib/cli-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,9 @@
"sb": "./index.js",
"storybook": "./index.js"
},
"scripts": {
"prep": "node ../../../scripts/prepare.js"
},
"dependencies": {
"@storybook/cli": "7.0.0-beta.19"
},
"devDependencies": {
"typescript": "~4.9.3"
},
"publishConfig": {
"access": "public"
},
Expand Down
Loading

0 comments on commit 11d7b2e

Please sign in to comment.