ddd
This commit is contained in:
parent
0a343ecbc5
commit
c3a6f5ff37
80 changed files with 2512 additions and 1625 deletions
14
package.json
14
package.json
|
|
@ -1,10 +1,20 @@
|
|||
{
|
||||
"name": "bend-field-v47-shared-world",
|
||||
"private": true,
|
||||
"version": "47.77.0",
|
||||
"version": "47.83.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",
|
||||
"test": "node test/run-all.js",
|
||||
"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",
|
||||
"test:storage": "node test/browser-field-storage-benchmark.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",
|
||||
"benchmark:field-storage": "node test/browser-field-storage-benchmark.js"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue