Skip to content

Commit

Permalink
chore: fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Sep 11, 2024
1 parent 0b7be66 commit fdffffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"prepublishOnly": "pnpm run build",
"release": "lerna version",
"stub": "pnpm -r --filter=./packages/* --parallel run stub",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test": "vitest run --passWithNoTests",
"test:coverage": "vitest run --passWithNoTests --coverage",
"type-check": "tsc --noEmit",
"preversion": "pnpm run check"
},
Expand Down

0 comments on commit fdffffe

Please sign in to comment.