Skip to content

Commit

Permalink
package: changed test script
Browse files Browse the repository at this point in the history
  • Loading branch information
darseen committed Aug 11, 2024
1 parent 292171c commit 21a97c8
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 @@ -8,7 +8,7 @@
"scripts": {
"prebuild": "pnpm lint && rimraf ./dist",
"build": "tsup ./src/amadeus.ts --clean --format cjs,esm --dts",
"test": "vitest",
"test": "vitest run",
"lint": "tsc"
},
"keywords": [
Expand Down

0 comments on commit 21a97c8

Please sign in to comment.