We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2beb4 commit f3a02aeCopy full SHA for f3a02ae
1 file changed
scripts/release.mjs
@@ -7,7 +7,7 @@ import { cancel, confirm, intro, isCancel, outro } from '@clack/prompts'
7
const repoRoot = resolve(dirname(fileURLToPath(import.meta.url)), '..')
8
const gitBinary = 'git'
9
const pnpmBinary = process.platform === 'win32' ? 'pnpm.cmd' : 'pnpm'
10
-const validationScripts = ['lint', 'typecheck', 'build']
+const validationScripts = ['lint', 'build', 'typecheck']
11
const commitMessage = 'chore: bump version'
12
const releaseBranch = 'main'
13
const releaseRemote = 'origin'
0 commit comments