Merge branch 'main' into v-dmshib/v8-canary-factory

This commit is contained in:
Dmitry Shibanov 2022-12-27 17:48:50 +01:00
commit f12d842f13
8 changed files with 41 additions and 83 deletions

View file

@ -8,6 +8,7 @@
"build": "ncc build -o dist/setup src/setup-node.ts && ncc build -o dist/cache-save src/cache-save.ts",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"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"
},