Skip to content

Commit

Permalink
chore: change build-storybook -> build:storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
brionmario committed Mar 24, 2023
1 parent dcb6886 commit 161ebee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
- name: 💅 Build Storybook
id: build-storybook
working-directory: packages/react
run: pnpm build-storybook
run: pnpm build:storybook

build:
name: 🚧 Build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"clean:lock-files": "pnpm rimraf -G **/**/package-lock.json && pnpm rimraf -G **/**/pnpm-lock.yaml && pnpm rimraf -G **/**/yarn.lock",
"clean:node-modules": "pnpm rimraf -G **/**/node_modules && pnpm rimraf -G node_modules",
"build": "nx run-many --target=build --parallel",
"build:docs": "pnpm --filter @oxygen-ui/react build-storybook && pnpm --filter @oxygen-ui/docs build",
"build:docs": "pnpm --filter @oxygen-ui/react build:storybook && pnpm --filter @oxygen-ui/docs build",
"lint": "nx run-many --target=lint --parallel",
"lint:es": "nx run-many --target=lint:es --parallel",
"lint:styles": "nx run-many --target=lint:styles --parallel",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"scripts": {
"build": "rollup -c",
"build-storybook": "build-storybook --no-manager-cache",
"build:storybook": "build-storybook --no-manager-cache",
"prebuild": "rimraf dist",
"postbuild": "node scripts/build-components.js",
"lint": "pnpm lint:es && pnpm lint:styles",
Expand Down

0 comments on commit 161ebee

Please sign in to comment.