Skip to content

Commit

Permalink
Remove unused pnpm commands
Browse files Browse the repository at this point in the history
  • Loading branch information
drwpow committed Dec 4, 2024
1 parent 3988412 commit 037ac05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"scripts": {
"build": "turbo run build",
"build:apps": "turbo run build:app",
"build:examples": "pnpm run -r --parallel --if-present --stream build:tokens",
"changeset": "changeset",
"inject-license": "node scripts/inject-license.js",
"dev": "pnpm run -r --parallel --if-present dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dev": "pnpm run sb",
"build:app": "storybook build -o storybook",
"format": "biome check --fix --unsafe src",
"lint": "pnpm run --filter @terrazzo/storybook \"/^lint:.*/\"",
"lint": "pnpm run lint:js && pnpm run lint:css",
"lint:js": "biome check src",
"lint:css": "stylelint \"src/**/*.css\"",
"sb": "storybook dev -p 9009"
Expand Down

0 comments on commit 037ac05

Please sign in to comment.