Skip to content

Commit ff4eaf8

Browse files
committed
Revision 0.9.1
1 parent e25827f commit ff4eaf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Task.run('build', async () => {
4646
})
4747
})
4848
// ------------------------------------------------------------------
49-
// Build
49+
// Publish
5050
// ------------------------------------------------------------------
5151
Task.run('publish', async (otp: string, target: string = `target/build`) => {
5252
const { version } = JSON.parse(await Deno.readTextFile(`${target}/package.json`))

0 commit comments

Comments
 (0)