Fix review points

This commit is contained in:
IvanZosimov
2022-12-20 16:34:43 +01:00
parent 5b3907ef5c
commit 9acc3d3da9
5 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@
"build": "tsc && ncc build -o dist/setup src/setup-go.ts && ncc build -o dist/cache-save src/cache-save.ts",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"lint": "",
"lint": "echo \"Fake command that does nothing. It is used in reusable workflows\"",
"test": "jest --coverage",
"pre-checkin": "npm run format && npm run build && npm test"
},