@cheqd/studio 3.2.0 → 3.2.1-develop.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cheqd/studio",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.1-develop.1",
|
|
4
4
|
"description": "cheqd Studio Backend",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"lint": "eslint --max-warnings=0 src && prettier --check '**/*.{js,ts,cjs,mjs,json}'",
|
|
34
34
|
"test": "npm run test:unit && npm run test:e2e",
|
|
35
35
|
"test:unit": "cross-env NODE_OPTIONS='--experimental-vm-modules' jest --verbose",
|
|
36
|
-
"test:e2e": "npx playwright test -c playwright.config.ts",
|
|
36
|
+
"test:e2e": "TEST_MODE_PARALLEL=true npx playwright test -c playwright.config.ts && npx playwright test -c playwright.config.ts",
|
|
37
37
|
"typeorm": "typeorm-ts-node-esm -d ./dist/database/ormconfig.js",
|
|
38
38
|
"generate": "npm run typeorm migration:generate .",
|
|
39
39
|
"migrate": "npm run typeorm migration:run"
|