d
This commit is contained in:
parent
c3a6f5ff37
commit
4c4e767ec6
73 changed files with 3502 additions and 741 deletions
13
package.json
13
package.json
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"name": "bend-field-v47-shared-world",
|
||||
"name": "link-field-shared-world",
|
||||
"private": true,
|
||||
"version": "47.83.0",
|
||||
"version": "48.0.0",
|
||||
"devDependencies": {
|
||||
"playwright-core": "^1.54.0"
|
||||
},
|
||||
"scripts": {
|
||||
"generate:build-meta": "node scripts/generate-build-meta.js",
|
||||
"generate:catalog": "node scripts/generate-store-catalog.js",
|
||||
"start": "node server.js",
|
||||
"start": "node scripts/service-control.js start",
|
||||
"test": "npm run test:fast",
|
||||
"test:fast": "node test/run-all.js",
|
||||
"test:browser": "node test/browser-performance-benchmark.js && node test/store-ui-browser-test.js",
|
||||
|
|
@ -16,6 +16,11 @@
|
|||
"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",
|
||||
"benchmark:field-storage": "node test/browser-field-storage-benchmark.js"
|
||||
"benchmark:field-storage": "node test/browser-field-storage-benchmark.js",
|
||||
"start:foreground": "node scripts/service-control.js foreground",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue