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
fd3f1660e1
commit
f23c325130
4
nx.json
4
nx.json
@ -24,12 +24,12 @@
|
||||
},
|
||||
"lint": {
|
||||
"dependsOn": [
|
||||
"^prepare:dev"
|
||||
"^prepare:test"
|
||||
]
|
||||
},
|
||||
"test:unit": {
|
||||
"dependsOn": [
|
||||
"^prepare:dev"
|
||||
"^prepare:test"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user