Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

Commit f4ae3ad

Browse files
committed
Use setup-jdk code for generating release JavaScript
1 parent 7a726f6 commit f4ae3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Setup JDK action",
66
"main": "dist/setup/index.js",
77
"scripts": {
8-
"build": "ncc build -o dist/setup src/setup-java.ts && ncc build -o dist/cleanup src/cleanup-java.ts",
8+
"build": "ncc build -o dist/setup src/setup-jdk.ts && ncc build -o dist/cleanup src/cleanup-java.ts",
99
"format": "prettier --write **/*.ts",
1010
"format-check": "prettier --check **/*.ts",
1111
"prerelease": "npm run-script build",

0 commit comments

Comments
 (0)