fix: use test:ci in prepublishOnly to avoid hanging in watch mode
This commit is contained in:
parent
c7bcc4b1e5
commit
132835d85e
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
"dev": "tsc --watch",
|
"dev": "tsc --watch",
|
||||||
"test": "vitest",
|
"test": "vitest",
|
||||||
"test:ci": "vitest run",
|
"test:ci": "vitest run",
|
||||||
"prepublishOnly": "npm run build && npm test"
|
"prepublishOnly": "npm run build && npm run test:ci"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"astro": "^5.0.0"
|
"astro": "^5.0.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue