Skip to content

Commit 6654424

Browse files
committed
build
1 parent 20721c8 commit 6654424

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Foyfile.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@ task('build', async (ctx) => {
1414
ctx.cd('./media-src').exec('yarn build'),
1515
])
1616
await ctx.exec('git add -A')
17-
await ctx.exec('git commit -m "build"')
17+
try {
18+
await ctx.exec('git commit -m "build"')
19+
} catch (e) {
20+
console.log(e)
21+
}
1822
})

0 commit comments

Comments
 (0)