add windows case

This commit is contained in:
George Adams 2020-07-28 10:37:26 +01:00
parent b97e00c0da
commit cf3e355b21
No known key found for this signature in database
GPG key ID: 7B8D7E4421A0916D
5 changed files with 17 additions and 13 deletions

View file

@ -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"