We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e3a1a commit 0d4e55aCopy full SHA for 0d4e55a
Foyfile.ts
@@ -14,9 +14,4 @@ task('build', async (ctx) => {
14
ctx.cd('./media-src').exec('yarn build'),
15
])
16
await ctx.exec('git add -A')
17
- try {
18
- await ctx.exec('git commit -m "build"')
19
- } catch (e) {
20
- console.log(e)
21
- }
22
})
package.json
@@ -91,7 +91,7 @@
91
"vscode:prepublish": "yarn foy build",
92
"watch": "yarn foy watch",
93
"start": "yarn foy watch",
94
- "pub": "yarn foy build && npm version patch && git push origin master --tags",
+ "pub": "yarn foy build && npm version patch && git push origin master --tags && vsce package && vsce publish",
95
"test": "echo 0"
96
},
97
"devDependencies": {
0 commit comments