Skip to content

Commit

Permalink
Fix name of build
Browse files Browse the repository at this point in the history
  • Loading branch information
FreaKzero committed Nov 29, 2017
1 parent 737945a commit 8d1cb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"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 . --output ./dist/phraseapp-cli-linux -t latest-linux-x86",
"release": "npm run build && dlvr release auto -f"
},
"dependencies": {
Expand Down

0 comments on commit 8d1cb2d

Please sign in to comment.