Skip to content

Commit

Permalink
chore(pinia): change yarn to pnpm in pinia pkg scripts (#2579)
Browse files Browse the repository at this point in the history
  • Loading branch information
OnlyWick committed Feb 13, 2024
1 parent e132a11 commit e12f895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pinia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"build:dts": "api-extractor run --local --verbose && tail -n +3 ./src/globalExtensions.ts >> dist/pinia.d.ts",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l pinia -r 1",
"test:dts": "tsc -p ./test-dts/tsconfig.json",
"test": "yarn run build && yarn run build:dts && yarn test:dts"
"test": "pnpm run build && pnpm run build:dts && pnpm test:dts"
},
"files": [
"dist/*.js",
Expand Down

0 comments on commit e12f895

Please sign in to comment.