Skip to content

Commit

Permalink
direct ncc to setup-java
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Clark committed Nov 28, 2019
1 parent cda418e commit d2eada3
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 @@ -8,7 +8,7 @@
"build": "tsc",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"release": "ncc build && git add -f dist/",
"release": "ncc build lib/setup-java.js && git add -f dist/index.js",
"test": "jest"
},
"repository": {
Expand Down

0 comments on commit d2eada3

Please sign in to comment.