Skip to content

Commit d2eada3

Browse files
author
Bryan Clark
committed
direct ncc to setup-java
1 parent cda418e commit d2eada3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "tsc",
99
"format": "prettier --write **/*.ts",
1010
"format-check": "prettier --check **/*.ts",
11-
"release": "ncc build && git add -f dist/",
11+
"release": "ncc build lib/setup-java.js && git add -f dist/index.js",
1212
"test": "jest"
1313
},
1414
"repository": {

0 commit comments

Comments
 (0)