1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fix test:unit nx dependency

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2023-01-25 12:46:41 +02:00 committed by Sebastian Malton
parent efc8101219
commit fd3f1660e1
2 changed files with 7 additions and 3 deletions

View File

@ -24,7 +24,12 @@
}, },
"lint": { "lint": {
"dependsOn": [ "dependsOn": [
"^prepare:lint" "^prepare:dev"
]
},
"test:unit": {
"dependsOn": [
"^prepare:dev"
] ]
} }
} }

View File

@ -10,8 +10,7 @@
"clean": "rm -rf dist/", "clean": "rm -rf dist/",
"build": "webpack --config webpack.ts", "build": "webpack --config webpack.ts",
"lint": "exit 0", "lint": "exit 0",
"prepare:dev": "yarn run build", "prepare:dev": "yarn run build"
"prepare:lint": "yarn run build"
}, },
"dependencies": { "dependencies": {
"node-fetch": "^3.3.0" "node-fetch": "^3.3.0"