Skip to content

Commit

Permalink
add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
FreaKzero committed Nov 23, 2017
1 parent c7e92bf commit c4baae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .dlvr
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"dotenv": ".env",
"preRun": "npm run build",
"logfilter": ".*#",
"remote": "origin",
"githost": {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"scripts": {
"test": "ava ./tests",
"build": "rimraf ./dist && pkg . --out-path ./dist",
"build:tux": "rimraf ./dist && pkg . --out-path ./dist -t latest-linux-x86"
"build:tux": "rimraf ./dist && pkg . --out-path ./dist -t latest-linux-x86",
"release": "npm run build && dlvr release auto -f"
},
"dependencies": {
"argparse": "1.0.9",
Expand Down

0 comments on commit c4baae6

Please sign in to comment.