Skip to content

Commit

Permalink
fix: test script
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Nov 27, 2023
1 parent a92995c commit fd1c9f6
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 @@ -20,8 +20,8 @@
"dev:prepare": "nuxi prepare playground",
"generate": "nuxi generate playground",
"lint": "eslint --ext .js,.ts,.vue .",
"test": "yarn lint && vitest run",
"prepack": "yarn build",
"test": "pnpm lint && vitest run",
"prepack": "pnpm build",
"release": "release-it"
},
"dependencies": {
Expand Down

0 comments on commit fd1c9f6

Please sign in to comment.