@tryghost/comments-ui 1.5.13 → 1.5.15

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tryghost/comments-ui",
3
3
  "type": "module",
4
- "version": "1.5.13",
4
+ "version": "1.5.15",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -86,9 +86,9 @@
86
86
  "dev": "pnpm build && concurrently --kill-others --names preview,build \"pnpm preview --host -l silent\" \"pnpm build:watch\"",
87
87
  "dev:test": "vite build && vite preview --port 7175",
88
88
  "build": "vite build",
89
- "build:watch": "vite build --watch",
89
+ "build:watch": "vite build --watch --mode development",
90
90
  "preview": "vite preview",
91
- "test": "pnpm test:unit && pnpm test:acceptance",
91
+ "test": "pnpm test:unit",
92
92
  "test:unit": "vitest run --coverage",
93
93
  "test:acceptance": "NODE_OPTIONS='--experimental-specifier-resolution=node --no-warnings' VITE_TEST=true playwright test",
94
94
  "test:acceptance:slowmo": "TIMEOUT=100000 PLAYWRIGHT_SLOWMO=1000 pnpm test:acceptance --headed",