fix: use test:ci in prepublishOnly to avoid hanging in watch mode
This commit is contained in:
parent
c7bcc4b1e5
commit
132835d85e
@ -17,7 +17,7 @@
|
||||
"dev": "tsc --watch",
|
||||
"test": "vitest",
|
||||
"test:ci": "vitest run",
|
||||
"prepublishOnly": "npm run build && npm test"
|
||||
"prepublishOnly": "npm run build && npm run test:ci"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "^5.0.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user