-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
解决 build 报错,Unknown option: 'xxxx:commitizen_path' with pnpm 对应issue:mysticatea/npm-run-all#249 (comment)
- Loading branch information
Showing
2 changed files
with
1 addition
and
579 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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'", | ||
|
@@ -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", | ||
|
Oops, something went wrong.