mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
[feature] Build with package.json scripts
This commit is contained in:
788
npm-shrinkwrap.json
generated
788
npm-shrinkwrap.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@ -60,7 +60,8 @@
|
||||
"grunt-contrib-clean": "2.0.0",
|
||||
"grunt-contrib-copy": "1.0.0",
|
||||
"grunt-mkdir": "1.1.0",
|
||||
"grunt-stripcomments": "0.7.2"
|
||||
"grunt-stripcomments": "0.7.2",
|
||||
"npm-run-all": "4.1.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jest/globals": "29.5.0",
|
||||
@ -72,6 +73,11 @@
|
||||
"perf-exif": "cd ./DocService&& cross-env NODE_ENV=development-windows NODE_CONFIG_DIR=../Common/config node ../tests/perf/fixImageExifRotation.js",
|
||||
"unit tests": "cd ./DocService && jest unit --config=../tests/jest.config.js",
|
||||
"integration tests": "cd ./DocService && jest integration --config=../tests/jest.config.js",
|
||||
"tests": "cd ./DocService && jest --inject-globals=false --config=../tests/jest.config.js"
|
||||
"tests": "cd ./DocService && jest --inject-globals=false --config=../tests/jest.config.js",
|
||||
"install:Common": "npm install --prefix ./Common",
|
||||
"install:DocService": "npm install --prefix ./DocService",
|
||||
"install:FileConverter": "npm install --prefix ./FileConverter",
|
||||
"install:Metrics": "npm install --prefix ./Metrics",
|
||||
"build": "run-p install:*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user