Skip to content

Commit 0d4e55a

Browse files
committed
build
1 parent f4e3a1a commit 0d4e55a

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Foyfile.ts

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"vscode:prepublish": "yarn foy build",
9292
"watch": "yarn foy watch",
9393
"start": "yarn foy watch",
94-
"pub": "yarn foy build && npm version patch && git push origin master --tags",
94+
"pub": "yarn foy build && npm version patch && git push origin master --tags && vsce package && vsce publish",
9595
"test": "echo 0"
9696
},
9797
"devDependencies": {

0 commit comments

Comments
 (0)