Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

Commit

Permalink
Release and Build processes
Browse files Browse the repository at this point in the history
  • Loading branch information
FreaKzero committed Oct 13, 2017
1 parent d80cbce commit 50257e6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .dlvr
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

{
"preRun": "npm run build",
"dotenv": ".env",
"logfilter": ".*#",
"remote": "origin",
Expand All @@ -8,7 +9,13 @@
"provider": "github",
"repo": "kununu/vscode-time-machine",
"release": {
"draft": true
"draft": true,
"assets": [
{
"file": "./vscode-time-machine.vsix",
"name": "vscode-time-machine.vsix"
}
]
}
}
}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
node_modules
.vscode-test/
*.vsix
.vsix
.env
*.log
2 changes: 2 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ test/**
jsconfig.json
vsc-extension-quickstart.md
.eslintrc.json
.env
.dlvr
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"scripts": {
"release:status": "dlvr status",
"release": "dlvr release auto",
"build": "vsce package --out vscode-time-machine.vsix",
"postinstall": "node ./node_modules/vscode/bin/install",
"test": "node ./node_modules/vscode/bin/test"
},
Expand Down

0 comments on commit 50257e6

Please sign in to comment.