mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-04 13:50:13 -05:00
fix: avoid plugin location question
This commit is contained in:
parent
bffa467b71
commit
b4c61657d9
1 changed files with 4 additions and 2 deletions
6
nx.json
6
nx.json
|
@ -62,13 +62,15 @@
|
|||
"style": "css",
|
||||
"linter": "eslint",
|
||||
"unitTestRunner": "vitest",
|
||||
"e2eTestRunner": "none"
|
||||
"e2eTestRunner": "none",
|
||||
"projectNameAndRootFormat": "as-provided"
|
||||
},
|
||||
"@nx/angular:application": {
|
||||
"e2eTestRunner": "none",
|
||||
"linter": "eslint",
|
||||
"style": "css",
|
||||
"unitTestRunner": "none"
|
||||
"unitTestRunner": "none",
|
||||
"projectNameAndRootFormat": "as-provided"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue