mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
chore: Fix lint failing on a clean repo
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
271f8860e2
commit
d4cba62218
@ -23,7 +23,6 @@
|
|||||||
"compute-versions": "node ./build/compute-versions.mjs",
|
"compute-versions": "node ./build/compute-versions.mjs",
|
||||||
"prebuild": "npm run compute-versions",
|
"prebuild": "npm run compute-versions",
|
||||||
"build": "lens-webpack-build",
|
"build": "lens-webpack-build",
|
||||||
"dev": "webpack --mode=development --watch",
|
|
||||||
"test": "jest --coverage --runInBand"
|
"test": "jest --coverage --runInBand"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|||||||
@ -26,7 +26,6 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "lens-webpack-build",
|
"build": "lens-webpack-build",
|
||||||
"clean": "rimraf dist/",
|
"clean": "rimraf dist/",
|
||||||
"dev": "webpack --mode=development --watch",
|
|
||||||
"test": "jest --coverage --runInBand",
|
"test": "jest --coverage --runInBand",
|
||||||
"lint": "lens-lint",
|
"lint": "lens-lint",
|
||||||
"lint:fix": "lens-lint --fix"
|
"lint:fix": "lens-lint --fix"
|
||||||
|
|||||||
@ -26,7 +26,6 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "lens-webpack-build",
|
"build": "lens-webpack-build",
|
||||||
"clean": "rimraf dist/",
|
"clean": "rimraf dist/",
|
||||||
"dev": "webpack --mode=development --watch",
|
|
||||||
"test": "jest --coverage --runInBand",
|
"test": "jest --coverage --runInBand",
|
||||||
"lint": "lens-lint",
|
"lint": "lens-lint",
|
||||||
"lint:fix": "lens-lint --fix"
|
"lint:fix": "lens-lint --fix"
|
||||||
|
|||||||
@ -26,7 +26,6 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "lens-webpack-build",
|
"build": "lens-webpack-build",
|
||||||
"clean": "rimraf dist/",
|
"clean": "rimraf dist/",
|
||||||
"dev": "webpack --mode=development --watch",
|
|
||||||
"test": "jest --coverage --runInBand",
|
"test": "jest --coverage --runInBand",
|
||||||
"lint": "lens-lint",
|
"lint": "lens-lint",
|
||||||
"lint:fix": "lens-lint --fix"
|
"lint:fix": "lens-lint --fix"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user