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 13:27:41 +02:00 committed by Sebastian Malton
parent fd3f1660e1
commit f23c325130
2 changed files with 4 additions and 3 deletions

View File

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

View File

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