mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-09-23 03:03:14 +08:00
chore: revert eslint --debug flag
This commit is contained in:
parent
00c7eccb0c
commit
3ebffae1c6
@ -7,8 +7,8 @@
|
|||||||
"dev": "cross-env NODE_ENV=development webpack serve --progress",
|
"dev": "cross-env NODE_ENV=development webpack serve --progress",
|
||||||
"build": "webpack --config=webpack.config.prod.js --progress",
|
"build": "webpack --config=webpack.config.prod.js --progress",
|
||||||
"prettify": "prettier --write .",
|
"prettify": "prettier --write .",
|
||||||
"lint": "eslint .",
|
"lint": "eslint . --debug",
|
||||||
"lint:fix": "eslint . --fix",
|
"lint:fix": "eslint . --fix --debug",
|
||||||
"cypress:open": "cypress open",
|
"cypress:open": "cypress open",
|
||||||
"cypress:run": "cypress run",
|
"cypress:run": "cypress run",
|
||||||
"jest": "jest",
|
"jest": "jest",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user