mirror of https://github.com/actions/toolkit
Add noEmit to check-all
parent
1cfd9cc9b7
commit
a822329e9c
|
@ -4,7 +4,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"bootstrap": "lerna bootstrap",
|
"bootstrap": "lerna bootstrap",
|
||||||
"build": "lerna run tsc",
|
"build": "lerna run tsc",
|
||||||
"check-all": "concurrently \"npm:format-check\" \"npm:lint\" \"npm:test\" \"npm:build\"",
|
"check-all": "concurrently \"npm:format-check\" \"npm:lint\" \"npm:test\" \"npm:build -- -- --noEmit\"",
|
||||||
"format": "prettier --write packages/*/src/**/*.ts",
|
"format": "prettier --write packages/*/src/**/*.ts",
|
||||||
"format-check": "prettier --check packages/*/src/**/*.ts",
|
"format-check": "prettier --check packages/*/src/**/*.ts",
|
||||||
"lint": "eslint packages/*/src/**/*.ts",
|
"lint": "eslint packages/*/src/**/*.ts",
|
||||||
|
|
Loading…
Reference in New Issue