Skip to content

Commit

Permalink
Merge pull request #50 from morewings/refactor-scripts
Browse files Browse the repository at this point in the history
Use npm-run-all instead of concurrently to have better CLI output
  • Loading branch information
winkerVSbecks authored Apr 12, 2023
2 parents 48d7f55 + adb9717 commit 0f0d8eb
Show file tree
Hide file tree
Showing 2 changed files with 265 additions and 45 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"build": "tsup",
"build:watch": "yarn build --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "concurrently \"yarn build:watch\" \"yarn storybook --quiet\"",
"start": "run-p build:watch 'storybook --quiet'",
"prerelease": "zx scripts/prepublish-checks.mjs",
"release": "yarn build && auto shipit",
"eject-ts": "zx scripts/eject-typescript.mjs",
Expand All @@ -64,8 +64,8 @@
"@vitejs/plugin-react": "^3.1.0",
"auto": "^10.3.0",
"boxen": "^5.0.1",
"concurrently": "^6.2.0",
"dedent": "^0.7.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.1",
"prompts": "^2.4.2",
"prop-types": "^15.8.1",
Expand Down
Loading

0 comments on commit 0f0d8eb

Please sign in to comment.