We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e25827f commit ff4eaf8Copy full SHA for ff4eaf8
tasks.ts
@@ -46,7 +46,7 @@ Task.run('build', async () => {
46
})
47
48
// ------------------------------------------------------------------
49
-// Build
+// Publish
50
51
Task.run('publish', async (otp: string, target: string = `target/build`) => {
52
const { version } = JSON.parse(await Deno.readTextFile(`${target}/package.json`))
0 commit comments