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:
parent
efc8101219
commit
fd3f1660e1
7
nx.json
7
nx.json
@ -24,7 +24,12 @@
|
||||
},
|
||||
"lint": {
|
||||
"dependsOn": [
|
||||
"^prepare:lint"
|
||||
"^prepare:dev"
|
||||
]
|
||||
},
|
||||
"test:unit": {
|
||||
"dependsOn": [
|
||||
"^prepare:dev"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@ -10,8 +10,7 @@
|
||||
"clean": "rm -rf dist/",
|
||||
"build": "webpack --config webpack.ts",
|
||||
"lint": "exit 0",
|
||||
"prepare:dev": "yarn run build",
|
||||
"prepare:lint": "yarn run build"
|
||||
"prepare:dev": "yarn run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"node-fetch": "^3.3.0"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user