@szymonpiatek/nextwordpress 0.0.2 → 0.0.3

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@szymonpiatek/nextwordpress",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Szymon Piątek - Next.js WordPress client (types, queries, fetcher)",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,
@@ -26,8 +26,8 @@
26
26
  "test": "jest --passWithNoTests",
27
27
  "test:watch": "jest --watch",
28
28
  "test:coverage": "jest --coverage",
29
- "test:integration": "docker compose up -d --wait && jest --config jest.integration.cjs --runInBand --forceExit && docker compose down -v",
30
- "test:integration:keep": "jest --config jest.integration.cjs --runInBand --forceExit",
29
+ "test:integration": "docker compose up -d --wait && (jest --config jest.integration.cjs --forceExit; EXIT=$?; docker compose down -v; exit $EXIT)",
30
+ "test:integration:keep": "jest --config jest.integration.cjs --forceExit",
31
31
  "docker:up": "docker compose up -d --wait",
32
32
  "docker:down": "docker compose down -v",
33
33
  "docker:logs": "docker compose logs",