Skip to content

Commit

Permalink
feat: yarn workspace 改为 pnpm workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
dear-lizhihua committed May 25, 2023
1 parent 27e5c6b commit a7d2823
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 21,580 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ temp
.changelog
package-lock.json
.vscode
pnpm-lock.yaml
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CYPRESS_INSTALL_BINARY=0
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"private": true,
"workspaces": [
"packages/@vue/*",
"packages/test/*",
"packages/vue-cli-version-marker"
],
"scripts": {
"test": "node --experimental-vm-modules scripts/test.js",
"pretest": "yarn clean",
Expand Down
4 changes: 4 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
packages:
- 'packages/@vue/*'
# - "packages/test/*"
# - "packages/vue-cli-version-marker"
Loading

0 comments on commit a7d2823

Please sign in to comment.