]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore(pinia): change yarn to pnpm in pinia pkg scripts (#2579)
authorOnlyWick <wick.linxunjie@gmail.com>
Tue, 13 Feb 2024 15:16:47 +0000 (23:16 +0800)
committerGitHub <noreply@github.com>
Tue, 13 Feb 2024 15:16:47 +0000 (16:16 +0100)
packages/pinia/package.json

index 675ae0ea238c716ce31007048297da80dfe98d2c..4b5c0d117c65d77ccbcbe2ebbc0d6e7505566d03 100644 (file)
@@ -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",