test: fix image preview (#2874)

This commit is contained in:
Alex Yang
2023-06-27 21:05:24 +08:00
committed by GitHub
parent 5275ff5493
commit ab703fe3ae
5 changed files with 30 additions and 13 deletions
+2
View File
@@ -15,6 +15,7 @@
},
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"packages": ["{workspaceRoot}/packages/**/*"],
"sharedGlobals": [
"{workspaceRoot}/tsconfig.json",
"{workspaceRoot}/nx.json"
@@ -37,6 +38,7 @@
"{workspaceRoot/apps/electron/dist"
],
"inputs": [
"packages",
{
"runtime": "node -v"
},