Skip to content

Commit

Permalink
chore: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
linzhe141 committed Jan 25, 2024
1 parent c97fdb8 commit 0821562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"dev": "pnpm run -C play dev",
"docs": "pnpm run -C docs docs:dev",
"build": "rm -rf dist && pnpm --filter ./packages/** run build:src && pnpm run build:Dist",
"build": "rm -rf dist && pnpm -r --filter ./packages/** run build:src && pnpm run build:Dist",
"build:Dist": "vue-tsc -p tsconfig.json --declaration --emitDeclarationOnly && npx tsx scripts/buildDist.ts",
"changeset": "changeset",
"vp": "changeset version",
Expand Down

0 comments on commit 0821562

Please sign in to comment.