We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fdbd84 commit a10208dCopy full SHA for a10208d
package.json
@@ -30,7 +30,7 @@
30
"test:debug": "vitest --inspect-brk --no-file-parallelism",
31
"test:coverage": "vitest run --coverage --coverage.reporter=text",
32
"prepublishOnly": "npm run clean && npm run build",
33
- "preversion": "npm run clean && npm ci && run-p test lint typecheck",
+ "preversion": "npm run clean && npm ci && npm run build && run-p test lint typecheck",
34
"alpha": "npm version prerelease --preid alpha && npm publish --tag alpha && git push --tags",
35
"release": "npm version patch && npm publish && git push --tags",
36
"version": "vim -c 'normal o' -c 'normal o## '$npm_package_version CHANGELOG.md && prettier -w CHANGELOG.md && git add CHANGELOG.md"
0 commit comments