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.
npm pack
1 parent ae9c46d commit a6d8baeCopy full SHA for a6d8bae
.gitignore
@@ -11,3 +11,4 @@ TODOs.md
11
.env.*
12
.vitepress/cache
13
.npmrc
14
+*.tgz
scripts/release.mts
@@ -65,6 +65,9 @@ async function release() {
65
throw new Error(`invalid target version: ${targetVersion}`)
66
}
67
68
+ console.log(cyan('Packing...'))
69
+ spawn.sync('npm', ['pack'], { stdio: 'inherit' })
70
+
71
const { yes } = await prompts({
72
type: 'confirm',
73
name: 'yes',
0 commit comments