Skip to content

Commit

Permalink
ci: 移除npm-run-all
Browse files Browse the repository at this point in the history
解决 build 报错,Unknown option: 'xxxx:commitizen_path' with pnpm

对应issue:mysticatea/npm-run-all#249 (comment)
  • Loading branch information
wei-zone committed Jul 10, 2023
1 parent 289297b commit b8fabc2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 579 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packageManager": "[email protected]",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"build": "pnpm type-check && pnpm build-only",
"preview": "vite preview",
"test:unit": "vitest",
"test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",
Expand Down Expand Up @@ -44,7 +44,6 @@
"husky": "^8.0.0",
"jsdom": "^22.1.0",
"lint-staged": "^13.2.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"sass": "^1.63.6",
"start-server-and-test": "^2.0.0",
Expand Down
Loading

0 comments on commit b8fabc2

Please sign in to comment.