@cleanweb/react 2.1.2 → 2.1.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleanweb/react",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "A suite of helpers for writing cleaner React function components.",
5
5
  "engines": {
6
6
  "node": ">=18"
@@ -25,7 +25,7 @@
25
25
  "prebuild": "rimraf ./build",
26
26
  "build": "tsc && tsc-alias",
27
27
  "serve-docs": "serve docs",
28
- "postbuild": "copyfiles tsconfig.json build",
28
+ "postbuild": "copyfiles tsconfig.json build && npm run build:docs",
29
29
  "build:docs": "typedoc",
30
30
  "_": "",
31
31
  "prepublishOnly": "npm run build",