Skip to content

Commit

Permalink
chore(pnpm): Restoring package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus committed Dec 11, 2024
1 parent d53f993 commit 1883b8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"changelog": "lerna-changelog",
"clean": "rimraf dist",
"browserstats": "./src/tools/builder/bin/build.js browsers",
"build:icons": "lerna --scope \"@ecl/resources-*\" run dist",
"build:presets": "lerna --scope \"@ecl/preset-*\" run dist",
"build:themes": "lerna --scope \"@ecl/theme-*\" run build",
"build:icons": "pnpm --filter \"@ecl/resources-*\" run dist",
"build:presets": "pnpm --filter \"@ecl/preset-*\" run dist",
"build:themes": "pnpm --filter \"@ecl/theme-*\" run build",
"dist:presets": "npm run build:presets && ./scripts/dist-presets.sh",
"dist:storybook": "./scripts/dist-storybook.sh",
"dist:website": "./scripts/dist-website.sh",
Expand Down

0 comments on commit 1883b8a

Please sign in to comment.