mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
config: add /languages subdir to build outputs for editor
This commit is contained in:
6
nx.json
6
nx.json
@@ -11,7 +11,11 @@
|
|||||||
"targetDefaults": {
|
"targetDefaults": {
|
||||||
"build": {
|
"build": {
|
||||||
"dependsOn": ["^build"],
|
"dependsOn": ["^build"],
|
||||||
"outputs": ["{projectRoot}/build", "{projectRoot}/dist"]
|
"outputs": [
|
||||||
|
"{projectRoot}/build",
|
||||||
|
"{projectRoot}/dist",
|
||||||
|
"{projectRoot}/languages"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"build:test": {
|
"build:test": {
|
||||||
"dependsOn": ["^build"],
|
"dependsOn": ["^build"],
|
||||||
|
|||||||
Reference in New Issue
Block a user