Skip to content

Commit

Permalink
fix: 修复npm-run-all在pnpm下无法使用
Browse files Browse the repository at this point in the history
  • Loading branch information
agileago committed Dec 14, 2021
1 parent 739a9da commit b390981
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"build": "vite build && rimraf types && tsc --build tsconfig.build.json",
"serve": "vite preview",
"type:check": "tsc --noEmit --skipLibCheck",
"commit": "git-cz",
"commit": "cz-customizable",
"lint": "eslint --fix .",
"format": "prettier --write '**/*.{ts,tsx,js,vue,css,scss,html,json}'",
"chrome": "open -n /Applications/Google\\ Chrome.app/ --args --disable-web-security --user-data-dir=$HOME/MyChromeDevUserData/",
"release": "standard-version",
"github:release": "conventional-github-releaser -p angular",
"prepublishOnly": "run-s build release",
"prepublishOnly": "run-s chrome",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
Expand Down Expand Up @@ -85,11 +85,6 @@
"vue-router": "^4.0.12",
"yorkie": "^2.0.0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
},
"gitHooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E GIT_PARAMS"
Expand Down
12 changes: 6 additions & 6 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 b390981

Please sign in to comment.