Skip to content

Commit a10208d

Browse files
committed
build as part of preversion
1 parent 6fdbd84 commit a10208d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"test:debug": "vitest --inspect-brk --no-file-parallelism",
3131
"test:coverage": "vitest run --coverage --coverage.reporter=text",
3232
"prepublishOnly": "npm run clean && npm run build",
33-
"preversion": "npm run clean && npm ci && run-p test lint typecheck",
33+
"preversion": "npm run clean && npm ci && npm run build && run-p test lint typecheck",
3434
"alpha": "npm version prerelease --preid alpha && npm publish --tag alpha && git push --tags",
3535
"release": "npm version patch && npm publish && git push --tags",
3636
"version": "vim -c 'normal o' -c 'normal o## '$npm_package_version CHANGELOG.md && prettier -w CHANGELOG.md && git add CHANGELOG.md"

0 commit comments

Comments
 (0)