Skip to content

Commit

Permalink
Force input dest for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Sep 19, 2019
1 parent dfbb63f commit 879fb4f
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 @@ -35,6 +35,6 @@
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"prune": "npm prune --production",
"test": "cross-env INPUT_GO_VERSION=1.12.x INPUT_TARGETS=windows/386,windows/amd64,linux/386,linux/amd64,darwin/386,darwin/amd64 node lib/xgo"
"test": "cross-env INPUT_GO_VERSION=1.12.x INPUT_DEST=build INPUT_TARGETS=windows/386,windows/amd64,linux/386,linux/amd64,darwin/386,darwin/amd64 node lib/xgo"
}
}

0 comments on commit 879fb4f

Please sign in to comment.