Skip to content

Commit 20adf8a

Browse files
committed
chore: fix for pnpm
1 parent 05deb6d commit 20adf8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"vue": "^2.6.12"
3737
},
3838
"scripts": {
39-
"setup": "npm i && ts-patch install",
39+
"setup": "ts-patch install",
4040
"build.angular": "ng-packagr -p src/angular/package.json -c src/angular/tsconfig.json",
4141
"tsc": "cpy '**/*.d.ts' '../plugin' --parents --cwd=src && cp README.md plugin && tsc -skipLibCheck -d",
4242
"clean": "rimraf ./plugin/**/*.d.ts ./plugin/**/*.js ./plugin/**/*.js.map ./plugin/**/*.metadata.json plugin/node_modules plugin/package-lock.json",
@@ -59,4 +59,4 @@
5959
"@commitlint/config-conventional"
6060
]
6161
}
62-
}
62+
}

0 commit comments

Comments
 (0)