t
This commit is contained in:
parent
4c4e767ec6
commit
9d70afb4cc
42 changed files with 1266 additions and 630 deletions
|
|
@ -13,6 +13,8 @@
|
|||
"test:fast": "node test/run-all.js",
|
||||
"test:browser": "node test/browser-performance-benchmark.js && node test/store-ui-browser-test.js",
|
||||
"test:storage": "node test/browser-field-storage-benchmark.js",
|
||||
"test:bridge": "node test/php-bridge-integration-test.js",
|
||||
"smoke:public": "node scripts/public-smoke-test.js",
|
||||
"test:policy": "node scripts/check-source-policy.js",
|
||||
"test:ci": "npm run test:policy && npm run test:fast && npm run test:browser",
|
||||
"benchmark:browser": "node test/browser-performance-benchmark.js",
|
||||
|
|
@ -21,6 +23,10 @@
|
|||
"stop": "node scripts/service-control.js stop",
|
||||
"status": "node scripts/service-control.js status",
|
||||
"restart": "node scripts/service-control.js restart",
|
||||
"deploy": "node scripts/service-control.js deploy"
|
||||
"deploy": "node scripts/service-control.js deploy",
|
||||
"backup": "node scripts/service-control.js backup",
|
||||
"backups": "node scripts/service-control.js backups",
|
||||
"restore": "node scripts/service-control.js restore",
|
||||
"recover": "node scripts/service-control.js recover"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue