Skip to content

Commit

Permalink
chore: remove redundant npm-run-all2 (#7)
Browse files Browse the repository at this point in the history
Remove `npm-run-all2` in order to minimize unecessary dependencies.
`pnpm` already offers utilities for running multiple scripts:
https://pnpm.io/cli/run#running-multiple-scripts
Therefore we have no need for `npm-run-all2` and can remove it and its
sub-dependencies.
  • Loading branch information
JoCa96 authored Dec 20, 2023
1 parent 2c53be4 commit acbeeab
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 81 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"eslint-plugin-vue": "^9.19.2",
"jsdom": "^23.0.1",
"lint-staged": "^15.2.0",
"npm-run-all2": "^6.1.1",
"prettier": "^3.1.1",
"publint": "^0.2.6",
"sass": "^1.69.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/sit-onyx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"scripts": {
"dev": "storybook dev -p 6006 --no-open",
"build": "run-p type-check build-only",
"build": "pnpm run '/type-check|build-only/'",
"build:storybook": "storybook build",
"preview": "vite serve storybook-static",
"test:unit": "vitest",
Expand Down
79 changes: 0 additions & 79 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit acbeeab

Please sign in to comment.