Update action to use reusable workflows

This commit is contained in:
IvanZosimov
2022-12-14 11:41:18 +01:00
parent 09d024bd02
commit ba8a1f9c02
5 changed files with 15 additions and 134 deletions

View File

@ -8,6 +8,7 @@
"build": "tsc && ncc build",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"lint": "",
"prepare": "husky install",
"test": "jest --coverage --config ./jest.config.js",
"update-installers": "nwget https://dot.net/v1/dotnet-install.ps1 -O externals/install-dotnet.ps1 && nwget https://dot.net/v1/dotnet-install.sh -O externals/install-dotnet.sh"