mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-21 06:02:34 -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",
|
"style": "css",
|
||||||
"linter": "eslint",
|
"linter": "eslint",
|
||||||
"unitTestRunner": "vitest",
|
"unitTestRunner": "vitest",
|
||||||
"e2eTestRunner": "none"
|
"e2eTestRunner": "none",
|
||||||
|
"projectNameAndRootFormat": "as-provided"
|
||||||
},
|
},
|
||||||
"@nx/angular:application": {
|
"@nx/angular:application": {
|
||||||
"e2eTestRunner": "none",
|
"e2eTestRunner": "none",
|
||||||
"linter": "eslint",
|
"linter": "eslint",
|
||||||
"style": "css",
|
"style": "css",
|
||||||
"unitTestRunner": "none"
|
"unitTestRunner": "none",
|
||||||
|
"projectNameAndRootFormat": "as-provided"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue