@comicrelief/component-library 7.48.1 → 7.48.2

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.
Files changed (1) hide show
  1. package/package.json +1 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@comicrelief/component-library",
3
3
  "author": "Comic Relief Engineering Team",
4
- "version": "7.48.1",
4
+ "version": "7.48.2",
5
5
  "main": "dist/index.js",
6
6
  "license": "ISC",
7
7
  "jest": {
@@ -52,7 +52,6 @@
52
52
  "test:unit:update": "yarn jest -u",
53
53
  "styleguide": "cross-env FAST_REFRESH=false styleguidist server",
54
54
  "styleguide:build": "styleguidist build",
55
- "postinstall": "yarn run build",
56
55
  "test:e2e": "playwright test --project=chromium",
57
56
  "test:e2e--h": "playwright test --project=chromium --headed",
58
57
  "test:e2e:ci": "NODE_ENV=development; start-server-and-test styleguide http://localhost:6060 test:e2e",