@tryghost/signup-form 0.3.25 → 0.3.26
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tryghost/signup-form",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.26",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": "https://github.com/TryGhost/Ghost",
|
|
6
6
|
"author": "Ghost Foundation",
|
|
@@ -54,9 +54,9 @@
|
|
|
54
54
|
"lint": "pnpm run lint:js",
|
|
55
55
|
"lint:js": "eslint --ext .js,.ts,.cjs,.tsx --cache src test",
|
|
56
56
|
"test:unit": "pnpm build",
|
|
57
|
-
"test:
|
|
58
|
-
"test:slowmo": "TIMEOUT=100000 PLAYWRIGHT_SLOWMO=100 pnpm test:
|
|
59
|
-
"test:
|
|
57
|
+
"test:acceptance": "NODE_OPTIONS='--experimental-specifier-resolution=node --no-warnings' VITE_TEST=true playwright test",
|
|
58
|
+
"test:acceptance:slowmo": "TIMEOUT=100000 PLAYWRIGHT_SLOWMO=100 pnpm test:acceptance --headed",
|
|
59
|
+
"test:acceptance:full": "ALL_BROWSERS=1 pnpm test:acceptance",
|
|
60
60
|
"storybook": "storybook dev -p 6006",
|
|
61
61
|
"build-storybook": "storybook build",
|
|
62
62
|
"preship": "pnpm lint",
|