mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 18:36:46 +00:00
add windows case
This commit is contained in:
parent
b97e00c0da
commit
cf3e355b21
5 changed files with 17 additions and 13 deletions
|
@ -6,8 +6,8 @@
|
|||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "ncc build -o dist/setup src/setup-java.ts && ncc build -o dist/cleanup src/cleanup-java.ts",
|
||||
"format": "prettier --write **/*.ts",
|
||||
"format-check": "prettier --check **/*.ts",
|
||||
"format": "prettier --write **/*.ts src/distro/*.ts",
|
||||
"format-check": "prettier --check **/*.ts src/distro/*.ts",
|
||||
"prerelease": "npm run-script build",
|
||||
"release": "git add -f dist/setup/index.js dist/cleanup/index.js",
|
||||
"test": "jest"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue