Skip to content

Commit

Permalink
chore: Update shebang to use 'bun' in prepare scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jun 25, 2024
1 parent fd7a4f7 commit e2aecac
Show file tree
Hide file tree
Showing 66 changed files with 152 additions and 145 deletions.
4 changes: 2 additions & 2 deletions code/addons/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/addon-bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/addon-bundle.ts"
},
"dependencies": {
"@storybook/addon-highlight": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions code/addons/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/addon-bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/addon-bundle.ts"
},
"dependencies": {
"@storybook/global": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions code/addons/backgrounds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/addon-bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/addon-bundle.ts"
},
"dependencies": {
"@storybook/global": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions code/addons/controls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/addon-bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/addon-bundle.ts"
},
"dependencies": {
"dequal": "^2.0.2",
Expand Down
4 changes: 2 additions & 2 deletions code/addons/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@babel/core": "^7.24.4",
Expand Down
4 changes: 2 additions & 2 deletions code/addons/essentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/addon-bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/addon-bundle.ts"
},
"dependencies": {
"@storybook/addon-actions": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions code/addons/gfm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/addon-bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/addon-bundle.ts"
},
"dependencies": {
"remark-gfm": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions code/addons/highlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/addon-bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/addon-bundle.ts"
},
"dependencies": {
"@storybook/global": "^5.0.0"
Expand Down
4 changes: 2 additions & 2 deletions code/addons/interactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/addon-bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/addon-bundle.ts"
},
"dependencies": {
"@storybook/global": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions code/addons/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/addon-bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/addon-bundle.ts"
},
"dependencies": {
"@storybook/global": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions code/addons/links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/addon-bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/addon-bundle.ts"
},
"dependencies": {
"@storybook/csf": "^0.1.8",
Expand Down
4 changes: 2 additions & 2 deletions code/addons/measure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/addon-bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/addon-bundle.ts"
},
"dependencies": {
"@storybook/global": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions code/addons/onboarding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/addon-bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/addon-bundle.ts"
},
"dependencies": {
"react-confetti": "^6.1.0"
Expand Down
4 changes: 2 additions & 2 deletions code/addons/outline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/addon-bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/addon-bundle.ts"
},
"dependencies": {
"@storybook/global": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions code/addons/storysource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/addon-bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/addon-bundle.ts"
},
"dependencies": {
"@storybook/source-loader": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions code/addons/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/addon-bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/addon-bundle.ts"
},
"dependencies": {
"ts-dedent": "^2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions code/addons/toolbars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/addon-bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/addon-bundle.ts"
},
"devDependencies": {
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions code/addons/viewport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/addon-bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/addon-bundle.ts"
},
"dependencies": {
"memoizerific": "^1.11.3"
Expand Down
4 changes: 2 additions & 2 deletions code/builders/builder-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/csf-plugin": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions code/builders/builder-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/core-webpack": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"check": "../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/tsc.ts"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions code/frameworks/html-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/builder-vite": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions code/frameworks/html-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/builder-webpack5": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions code/frameworks/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@babel/core": "^7.24.4",
Expand Down
4 changes: 2 additions & 2 deletions code/frameworks/preact-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/builder-vite": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions code/frameworks/preact-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/builder-webpack5": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions code/frameworks/react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@joshwooding/vite-plugin-react-docgen-typescript": "0.3.1",
Expand Down
4 changes: 2 additions & 2 deletions code/frameworks/react-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/builder-webpack5": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions code/frameworks/server-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/builder-webpack5": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions code/frameworks/svelte-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/builder-vite": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions code/frameworks/svelte-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/builder-webpack5": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions code/frameworks/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"src/mocks/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/addon-actions": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions code/frameworks/vue3-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/builder-vite": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions code/frameworks/vue3-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/builder-webpack5": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions code/frameworks/web-components-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/builder-vite": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions code/frameworks/web-components-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"!src/**/*"
],
"scripts": {
"check": "bun ../../../scripts/prepare/check.ts",
"prep": "bun ../../../scripts/prepare/bundle.ts"
"check": "../../../scripts/prepare/check.ts",
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/builder-webpack5": "workspace:*",
Expand Down
Loading

0 comments on commit e2aecac

Please sign in to comment.