mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
Update package.json
This commit is contained in:
14
package.json
14
package.json
@ -17,20 +17,20 @@
|
|||||||
"./Common/config/log4js/*.json",
|
"./Common/config/log4js/*.json",
|
||||||
"./Metrics/config/config.js"
|
"./Metrics/config/config.js"
|
||||||
],
|
],
|
||||||
"dest": "./build"
|
"dest": "./build/server"
|
||||||
},
|
},
|
||||||
"postprocess": {
|
"postprocess": {
|
||||||
"src": [
|
"src": [
|
||||||
"./build/**/sources/*.js"
|
"./build/server/**/sources/*.js"
|
||||||
],
|
],
|
||||||
"dest": "./"
|
"dest": "./"
|
||||||
},
|
},
|
||||||
"npm": [
|
"npm": [
|
||||||
"./build/Common",
|
"./build/server/Common",
|
||||||
"./build/DocService",
|
"./build/server/DocService",
|
||||||
"./build/FileConverter",
|
"./build/server/FileConverter",
|
||||||
"./build/Metrics",
|
"./build/server/Metrics",
|
||||||
"./build/SpellChecker"
|
"./build/server/SpellChecker"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"grunt": "^0.4.5",
|
"grunt": "^0.4.5",
|
||||||
|
|||||||
Reference in New Issue
Block a user