Skip to content

Commit 2038603

Browse files
committed
Publish
1 parent dd27158 commit 2038603

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const BuildPackage = (target: string = `target/build`) => Task.build.esm('src',
3636
const PublishPackage = async (target: string = `target/build`) => {
3737
const { version } = JSON.parse(await Task.file(`${target}/package.json`).read())
3838
console.log(version)
39-
// await Task.shell(`cd ${target} && npm publish typebox-${version}.tgz --access=public`)
39+
await Task.shell(`cd ${target} && npm publish typebox-${version}.tgz --access=public`)
4040
// await Task.shell(`git tag ${version}`)
4141
// await Task.shell(`git push origin ${version}`)
4242
}

0 commit comments

Comments
 (0)