mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Merge pull request #6542 from overleaf/jpa-em-code-sharing-workspaces
[misc] npm workspaces GitOrigin-RevId: 87aa72db6637fb238d7cd35b0a48ac3ed58ab3eb
This commit is contained in:
27
package.json
27
package.json
@@ -17,5 +17,30 @@
|
||||
"format:fix": "prettier --write $PWD/'**/*.js'",
|
||||
"lint": "eslint --max-warnings 0 --format unix .",
|
||||
"lint:fix": "eslint --fix ."
|
||||
}
|
||||
},
|
||||
"workspaces": [
|
||||
"libraries/*",
|
||||
"services/analytics",
|
||||
"services/chat",
|
||||
"services/clsi",
|
||||
"services/clsi-perf",
|
||||
"services/contacts",
|
||||
"services/docstore",
|
||||
"services/document-updater",
|
||||
"services/filestore",
|
||||
"services/github-sync",
|
||||
"services/k8s-debugger",
|
||||
"services/notifications",
|
||||
"services/project-archiver",
|
||||
"services/project-history",
|
||||
"services/real-time",
|
||||
"services/references",
|
||||
"services/spelling",
|
||||
"services/templates",
|
||||
"services/third-party-datastore",
|
||||
"services/third-party-references",
|
||||
"services/tpdsworker",
|
||||
"services/track-changes",
|
||||
"services/web"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user