Chore: Introduce yarn start:noLint (#64430)

chore(webpack): introduce start:noLint to bypass typecheck and lint plugins during dev
This commit is contained in:
Jack Westbrook
2023-08-01 11:58:39 +02:00
committed by GitHub
parent 09c7190bfe
commit 00f0ff038e
2 changed files with 8 additions and 5 deletions
+1
View File
@@ -36,6 +36,7 @@
"prettier:write": "prettier --list-different \"**/*.{js,ts,tsx,scss,md,mdx}\" --write",
"start": "yarn themes:generate && yarn dev --watch",
"start:noTsCheck": "yarn start --env noTsCheck=1",
"start:noLint": "yarn start --env noTsCheck=1 --env noLint=1",
"stats": "webpack --mode production --config scripts/webpack/webpack.prod.js --profile --json > compilation-stats.json",
"storybook": "yarn workspace @grafana/ui storybook --ci",
"storybook:build": "yarn workspace @grafana/ui storybook:build",