Update workflows to use reusable-workflows

This commit is contained in:
IvanZosimov
2022-12-14 14:53:47 +01:00
parent 1df8dbefe2
commit caaa9d738f
5 changed files with 27 additions and 68 deletions

View File

@ -8,6 +8,7 @@
"build": "ncc build -o dist/setup src/setup-java.ts && ncc build -o dist/cleanup src/cleanup-java.ts",
"format": "prettier --write \"{,!(node_modules)/**/}*.ts\"",
"format-check": "prettier --check \"{,!(node_modules)/**/}*.ts\"",
"lint": "",
"prerelease": "npm run-script build",
"release": "git add -f dist/setup/index.js dist/cleanup/index.js",
"test": "jest"