Move tsc from yarn generate
to yarn lint
This commit is contained in:
parent
c30af0032b
commit
0260e61348
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
"postinstall": "yarn build:acknowledgments && patch-package && yarn electron:install-app-deps && rimraf node_modules/dtrace-provider",
|
||||
"postuninstall": "yarn build:acknowledgments",
|
||||
"start": "electron .",
|
||||
"generate": "npm-run-all build-protobuf transpile sass get-expire-time copy-and-concat",
|
||||
"generate": "npm-run-all build-protobuf build:esbuild sass get-expire-time copy-and-concat",
|
||||
"build-release": "yarn run build",
|
||||
"sign-release": "node ts/updater/generateSignature.js",
|
||||
"notarize": "echo 'No longer necessary'",
|
||||
|
@ -39,7 +39,7 @@
|
|||
"test-mock": "mocha ts/test-mock/**/*_test.js",
|
||||
"test-node-coverage": "nyc --reporter=lcov --reporter=text mocha --recursive test/modules ts/test-node ts/test-both",
|
||||
"eslint": "eslint --cache .",
|
||||
"lint": "yarn format --list-different && yarn eslint",
|
||||
"lint": "run-s --print-label 'format --list-different' check:types eslint",
|
||||
"lint-deps": "node ts/util/lint/linter.js",
|
||||
"lint-license-comments": "ts-node ts/util/lint/license_comments.ts",
|
||||
"format": "prettier --write \"*.{html,css,js,json,md,scss,ts,tsx}\" \"./**/*.{html,css,js,json,md,scss,ts,tsx}\"",
|
||||
|
|
Loading…
Add table
Reference in a new issue